Class SslCloseCompletionEvent

java.lang.Object
io.netty.handler.ssl.SslCompletionEvent
io.netty.handler.ssl.SslCloseCompletionEvent

public final class SslCloseCompletionEvent extends SslCompletionEvent
Event that is fired once the close_notify was received or if an failure happens before it was received.
  • Field Details

  • Constructor Details

    • SslCloseCompletionEvent

      private SslCloseCompletionEvent()
      Creates a new event that indicates a successful receiving of close_notify.
    • SslCloseCompletionEvent

      public SslCloseCompletionEvent(Throwable cause)
      Creates a new event that indicates an close_notify was not received because of an previous error. Use SUCCESS to indicate a success.