Module io.netty5.handler
Package io.netty5.handler.address
Package to dynamically replace local / remote
SocketAddress
.-
Class Summary Class Description DynamicAddressConnectHandler ChannelHandler
implementation which allows to dynamically replace the usedremoteAddress
and / orlocalAddress
when making a connection attempt.ResolveAddressHandler ChannelHandler
which will resolve theSocketAddress
that is passed toResolveAddressHandler.connect(ChannelHandlerContext, SocketAddress, SocketAddress)
if it is not already resolved and theAddressResolver
supports the type ofSocketAddress
.