Uses of Interface
java.net.SocketImplFactory
Packages that use SocketImplFactory
-
Uses of SocketImplFactory in java.net
Methods in java.net with parameters of type SocketImplFactoryModifier and TypeMethodDescriptionstatic void
ServerSocket.setSocketFactory(SocketImplFactory fac)
Sets the server socket implementation factory for the application.static void
Socket.setSocketImplFactory(SocketImplFactory fac)
Sets the client socket implementation factory for the application.