final class VirtualChannelRegistry extends Object
| Modifier and Type | Method and Description |
|---|---|
(package private) static io.netty.channel.Channel |
get(SocketAddress localAddress) |
(package private) static VirtualAddress |
register(io.netty.channel.Channel channel,
VirtualAddress oldLocalAddress,
SocketAddress localAddress) |
(package private) static void |
unregister(VirtualAddress localAddress) |
static VirtualAddress register(io.netty.channel.Channel channel, VirtualAddress oldLocalAddress, SocketAddress localAddress)
static io.netty.channel.Channel get(SocketAddress localAddress)
static void unregister(VirtualAddress localAddress)
Copyright © 2020 JBoss by Red Hat. All rights reserved.