Class SSLClientIOEventDispatch

    • Constructor Detail

      • SSLClientIOEventDispatch

        public SSLClientIOEventDispatch​(NHttpClientHandler handler,
                                        javax.net.ssl.SSLContext sslContext,
                                        SSLSetupHandler sslHandler,
                                        HttpParams params)
        Deprecated.
        Creates a new instance of this class to be used for dispatching I/O event notifications to the given protocol handler using the given SSLContext. This I/O dispatcher will transparently handle SSL protocol aspects for HTTP connections.
        Parameters:
        handler - the client protocol handler.
        sslContext - the SSL context.
        sslHandler - the SSL setup handler.
        params - HTTP parameters.
      • SSLClientIOEventDispatch

        public SSLClientIOEventDispatch​(NHttpClientHandler handler,
                                        javax.net.ssl.SSLContext sslContext,
                                        HttpParams params)
        Deprecated.
        Creates a new instance of this class to be used for dispatching I/O event notifications to the given protocol handler using the given SSLContext. This I/O dispatcher will transparently handle SSL protocol aspects for HTTP connections.
        Parameters:
        handler - the client protocol handler.
        sslContext - the SSL context.
        params - HTTP parameters.