Class ConfigurableSSLSocketFactory


  • public class ConfigurableSSLSocketFactory
    extends SocketFactory
    An SSLSocketFactory that configures SSL parameters (those covered by SSLParameters) on each newly created socket.

    When any of this factory's createSocket methods are invoked, it calls on a SSLSocketFactory delegate to create the socket, and then sets the SSL parameters of the socket (using the provided configuration) before returning the socket to the caller.