public class SslNetworkHandler extends NetworkHandler
Constructor and Description |
---|
SslNetworkHandler(FtpSession session) |
Modifier and Type | Method and Description |
---|---|
protected void |
callForSnmp(String error1,
String error2)
To be extended to inform of an error to SNMP support
|
void |
channelActive(io.netty.channel.ChannelHandlerContext ctx)
Initialize the Handler.
|
void |
channelRegistered(io.netty.channel.ChannelHandlerContext ctx) |
channelInactive, channelRead0, exceptionCaught, getBusinessHandler, getControlChannel, getFtpSession, writeIntermediateAnswer, writeIntermediateAnswer
acceptInboundMessage, channelRead
channelReadComplete, channelUnregistered, channelWritabilityChanged, userEventTriggered
ensureNotSharable, handlerAdded, handlerRemoved, isSharable
public SslNetworkHandler(FtpSession session)
session
- public void channelRegistered(io.netty.channel.ChannelHandlerContext ctx) throws Exception
channelRegistered
in interface io.netty.channel.ChannelInboundHandler
channelRegistered
in class io.netty.channel.ChannelInboundHandlerAdapter
Exception
protected void callForSnmp(String error1, String error2)
callForSnmp
in class NetworkHandler
error1
- error2
- public void channelActive(io.netty.channel.ChannelHandlerContext ctx) throws Exception
NetworkHandler
channelActive
in interface io.netty.channel.ChannelInboundHandler
channelActive
in class NetworkHandler
Exception
Copyright © 2009–2019 Waarp. All rights reserved.