Class ResolveAddressHandler

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      io.netty5.util.concurrent.Future<Void> connect​(io.netty5.channel.ChannelHandlerContext ctx, SocketAddress remoteAddress, SocketAddress localAddress)  
      boolean isSharable()  
      • Methods inherited from interface io.netty5.channel.ChannelHandler

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

      • ResolveAddressHandler

        public ResolveAddressHandler​(io.netty5.resolver.AddressResolverGroup<? extends SocketAddress> resolverGroup)
    • Method Detail

      • isSharable

        public boolean isSharable()
        Specified by:
        isSharable in interface io.netty5.channel.ChannelHandler
      • connect

        public io.netty5.util.concurrent.Future<Void> connect​(io.netty5.channel.ChannelHandlerContext ctx,
                                                              SocketAddress remoteAddress,
                                                              SocketAddress localAddress)
        Specified by:
        connect in interface io.netty5.channel.ChannelHandler