Overview
Package
Class
Use
Source
Tree
Index
Deprecated
About
GNU Classpath
(0.95)
Frames
|
No Frames
Uses of Interface java.net.SocketImplFactory
Uses in package java.net
Methods with parameter type java.net.SocketImplFactory
void
ServerSocket
.
setSocketFactory
(
SocketImplFactory
fac)
Sets the
SocketImplFactory
for all
ServerSocket
's.
void
Socket
.
setSocketImplFactory
(
SocketImplFactory
fac)
Sets the
SocketImplFactory
.
Overview
Package
Class
Use
Source
Tree
Index
Deprecated
About
GNU Classpath
(0.95)