public class org.apache.dubbo.remoting.transport.netty.SslHandlerInitializer$HandshakeCompletionEvent extends java.lang.Object
{
private final javax.net.ssl.SSLSession sslSession;
private final io.netty.channel.ChannelHandlerContext ctx;
public void <init>(javax.net.ssl.SSLSession, io.netty.channel.ChannelHandlerContext)
{
io.netty.channel.ChannelHandlerContext v;
org.apache.dubbo.remoting.transport.netty.SslHandlerInitializer$HandshakeCompletionEvent v;
javax.net.ssl.SSLSession v;
v := @this: org.apache.dubbo.remoting.transport.netty.SslHandlerInitializer$HandshakeCompletionEvent;
v := @parameter: javax.net.ssl.SSLSession;
v := @parameter: io.netty.channel.ChannelHandlerContext;
specialinvoke v.<java.lang.Object: void <init>()>();
v.<org.apache.dubbo.remoting.transport.netty.SslHandlerInitializer$HandshakeCompletionEvent: javax.net.ssl.SSLSession sslSession> = v;
v.<org.apache.dubbo.remoting.transport.netty.SslHandlerInitializer$HandshakeCompletionEvent: io.netty.channel.ChannelHandlerContext ctx> = v;
return;
}
public javax.net.ssl.SSLSession getSslSession()
{
org.apache.dubbo.remoting.transport.netty.SslHandlerInitializer$HandshakeCompletionEvent v;
javax.net.ssl.SSLSession v;
v := @this: org.apache.dubbo.remoting.transport.netty.SslHandlerInitializer$HandshakeCompletionEvent;
v = v.<org.apache.dubbo.remoting.transport.netty.SslHandlerInitializer$HandshakeCompletionEvent: javax.net.ssl.SSLSession sslSession>;
return v;
}
public io.netty.channel.ChannelHandlerContext getCtx()
{
io.netty.channel.ChannelHandlerContext v;
org.apache.dubbo.remoting.transport.netty.SslHandlerInitializer$HandshakeCompletionEvent v;
v := @this: org.apache.dubbo.remoting.transport.netty.SslHandlerInitializer$HandshakeCompletionEvent;
v = v.<org.apache.dubbo.remoting.transport.netty.SslHandlerInitializer$HandshakeCompletionEvent: io.netty.channel.ChannelHandlerContext ctx>;
return v;
}
}