Uses of Interface
java.net.SocketImplFactory
| Package | Description |
|---|---|
| java.net |
-
Uses of SocketImplFactory in java.net
Methods in java.net with parameters of type SocketImplFactory Modifier and Type Method Description static voidServerSocket. setSocketFactory(SocketImplFactory aFactory)Sets the server socket implementation factory of this instance.static voidSocket. setSocketImplFactory(SocketImplFactory fac)Sets the internal factory for creating socket implementations.