Module io.netty5.handler
Package io.netty5.handler.address
Package to dynamically replace local / remote
SocketAddress.-
Class Summary Class Description DynamicAddressConnectHandler ChannelHandlerimplementation which allows to dynamically replace the usedremoteAddressand / orlocalAddresswhen making a connection attempt.ResolveAddressHandler ChannelHandlerwhich will resolve theSocketAddressthat is passed toResolveAddressHandler.connect(ChannelHandlerContext, SocketAddress, SocketAddress)if it is not already resolved and theAddressResolversupports the type ofSocketAddress.