DelegatingSocketFactory
A javax.net.SocketFactory that delegates all creation requests to origin and then gives the actual implementation a chance to configure the created socket.
Inheritors
Properties
Link copied to clipboard
Base SocketFactory to which all creation requests are delegated.
Functions
Link copied to clipboard
public <Error class: unknown class> createSocket(InetAddress address, Integer port, InetAddress localAddress, Integer localPort)
public <Error class: unknown class> createSocket(String host, Integer port, InetAddress localHost, Integer localPort)
Link copied to clipboard
Base SocketFactory to which all creation requests are delegated.