Class DirectClientHandler

  • All Implemented Interfaces:
    io.netty5.channel.ChannelHandler

    public final class DirectClientHandler
    extends Object
    implements io.netty5.channel.ChannelHandler
    • Constructor Summary

      Constructors 
      Constructor Description
      DirectClientHandler​(io.netty5.util.concurrent.Promise<io.netty5.channel.Channel> promise)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void channelActive​(io.netty5.channel.ChannelHandlerContext ctx)  
      void channelExceptionCaught​(io.netty5.channel.ChannelHandlerContext ctx, Throwable throwable)  
      • Methods inherited from interface io.netty5.channel.ChannelHandler

        bind, channelInactive, channelInboundEvent, channelRead, channelReadComplete, channelRegistered, channelShutdown, channelUnregistered, channelWritabilityChanged, close, connect, deregister, disconnect, flush, handlerAdded, handlerRemoved, isSharable, pendingOutboundBytes, read, register, sendOutboundEvent, shutdown, write
    • Constructor Detail

      • DirectClientHandler

        public DirectClientHandler​(io.netty5.util.concurrent.Promise<io.netty5.channel.Channel> promise)
    • Method Detail

      • channelActive

        public void channelActive​(io.netty5.channel.ChannelHandlerContext ctx)
        Specified by:
        channelActive in interface io.netty5.channel.ChannelHandler
      • channelExceptionCaught

        public void channelExceptionCaught​(io.netty5.channel.ChannelHandlerContext ctx,
                                           Throwable throwable)
        Specified by:
        channelExceptionCaught in interface io.netty5.channel.ChannelHandler