Class SslHandshakeCompletionEvent
java.lang.Object
io.netty.handler.ssl.SslCompletionEvent
io.netty.handler.ssl.SslHandshakeCompletionEvent
Event that is fired once the SSL handshake is complete, which may be because it was successful or there
was an error.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new event that indicates an unsuccessful handshake. -
Method Summary
Methods inherited from class SslCompletionEvent
cause, isSuccess, toString
-
Field Details
-
SUCCESS
-
-
Constructor Details
-
SslHandshakeCompletionEvent
-