Class SslClientConnectionFactory.HTTPSHandshakeListener

    • Field Detail

      • context

        private final java.util.Map<java.lang.String,​java.lang.Object> context
    • Constructor Detail

      • HTTPSHandshakeListener

        private HTTPSHandshakeListener​(java.util.Map<java.lang.String,​java.lang.Object> context)
    • Method Detail

      • handshakeSucceeded

        public void handshakeSucceeded​(SslHandshakeListener.Event event)
                                throws javax.net.ssl.SSLException
        Description copied from interface: SslHandshakeListener

        Callback method invoked when the TLS handshake succeeds.

        Specified by:
        handshakeSucceeded in interface SslHandshakeListener
        Parameters:
        event - the event object carrying information about the TLS handshake event
        Throws:
        javax.net.ssl.SSLException - if any error happen during handshake