Java io.netty.handler.ssl SslHandshakeCompletionEvent fields, constructors, methods, implement or subclass

Example usage for Java io.netty.handler.ssl SslHandshakeCompletionEvent fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.netty.handler.ssl SslHandshakeCompletionEvent.

The text is from its open source code.

Field

SslHandshakeCompletionEventSUCCESS

Constructor

SslHandshakeCompletionEvent(Throwable cause)
Creates a new event that indicates an unsuccessful handshake.

Method

Throwablecause()
Return the Throwable if #isSuccess() returns false and so the completion failed.
booleanisSuccess()
Return true if the completion was successful