Class SslCompletionEvent

    • Method Detail

      • cause

        public final Throwable cause()
        Return the Throwable if ProtocolEvent.isSuccess() returns false and so the completion failed.
        Specified by:
        cause in interface io.netty5.handler.codec.ProtocolEvent
      • session

        public SSLSession session()
        Returns the SSLSession or null if none existed yet.
        Returns:
        the session.