类 SslHandlerInitializer.HandshakeCompletionEvent
- java.lang.Object
-
- org.apache.dubbo.remoting.transport.netty4.SslHandlerInitializer.HandshakeCompletionEvent
-
public static class SslHandlerInitializer.HandshakeCompletionEvent extends Object
-
-
构造器概要
构造器 构造器 说明 HandshakeCompletionEvent(SSLSession sslSession, io.netty.channel.ChannelHandlerContext ctx)
-
-
-
构造器详细资料
-
HandshakeCompletionEvent
public HandshakeCompletionEvent(SSLSession sslSession, io.netty.channel.ChannelHandlerContext ctx)
-
-
方法详细资料
-
getSslSession
public SSLSession getSslSession()
-
getCtx
public io.netty.channel.ChannelHandlerContext getCtx()
-
-