Class AbstractClientRequestHandler

  • All Implemented Interfaces:
    io.netty.channel.ChannelHandler, io.netty.channel.ChannelInboundHandler
    Direct Known Subclasses:
    AbstractClientAuthnHandler, AbstractClientSourceHandler, TpcClientConnectHandler

    public abstract class AbstractClientRequestHandler
    extends io.netty.channel.ChannelInboundHandlerAdapter
    This handler is intended for implementation of only a very limited subset of the protocol in order to support third-party read requests. It exposes the handshake, login, protocol, auth, open, read, close and endsession exchanges.