Class ResolveAddressHandler

All Implemented Interfaces:
ChannelHandler, ChannelOutboundHandler

@Sharable public class ResolveAddressHandler extends ChannelOutboundHandlerAdapter
ChannelOutboundHandlerAdapter which will resolve the SocketAddress that is passed to connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) if it is not already resolved and the AddressResolver supports the type of SocketAddress.