public static class SslHandlerInitializer.HandshakeCompletionEvent extends Object
| Constructor and Description |
|---|
HandshakeCompletionEvent(SSLSession sslSession,
io.netty.channel.ChannelHandlerContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
io.netty.channel.ChannelHandlerContext |
getCtx() |
SSLSession |
getSslSession() |
public HandshakeCompletionEvent(SSLSession sslSession, io.netty.channel.ChannelHandlerContext ctx)
public SSLSession getSslSession()
public io.netty.channel.ChannelHandlerContext getCtx()
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.