|
|||||||||
| Home >> All >> java >> [ net overview ] | PREV NEXT | ||||||||
Uses of Interface
java.net.SocketImplFactory
| Uses of SocketImplFactory in java.net |
| Classes in java.net that implement SocketImplFactory | |
class |
ZSocketImplFactory
This class provides a new socket factory and it's the main entry point into the compression layer. |
| Fields in java.net declared as SocketImplFactory | |
(package private) static SocketImplFactory |
Socket.factory
This is the user SocketImplFactory for this class. |
private static SocketImplFactory |
ServerSocket.factory
This is the user defined SocketImplFactory, if one is supplied |
| Methods in java.net with parameters of type SocketImplFactory | |
static void |
Socket.setSocketImplFactory(SocketImplFactory fac)
Sets the SocketImplFactory. |
static void |
ServerSocket.setSocketFactory(SocketImplFactory fac)
Sets the SocketImplFactory for all
ServerSocket's. |
|
|||||||||
| Home >> All >> java >> [ net overview ] | PREV NEXT | ||||||||