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 voidServerSocket.setSocketFactory(SocketImplFactory fac)Sets the server socket implementation factory for the application.static voidSocket.setSocketImplFactory(SocketImplFactory fac)Sets the client socket implementation factory for the application.