Package io.quarkus.netty.runtime.virtual
Class VirtualChannelRegistry
java.lang.Object
io.quarkus.netty.runtime.virtual.VirtualChannelRegistry
-
Method Summary
Modifier and TypeMethodDescription(package private) static io.netty.channel.Channelget(SocketAddress localAddress) (package private) static VirtualAddressregister(io.netty.channel.Channel channel, VirtualAddress oldLocalAddress, SocketAddress localAddress) (package private) static voidunregister(VirtualAddress localAddress)
-
Method Details
-
register
static VirtualAddress register(io.netty.channel.Channel channel, VirtualAddress oldLocalAddress, SocketAddress localAddress) -
get
-
unregister
-