Class LocalChannelRegistry
java.lang.Object
io.netty.channel.local.LocalChannelRegistry
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static Channelget(SocketAddress localAddress) (package private) static LocalAddressregister(Channel channel, LocalAddress oldLocalAddress, SocketAddress localAddress) (package private) static voidunregister(LocalAddress localAddress)
-
Field Details
-
boundChannels
-
-
Constructor Details
-
LocalChannelRegistry
private LocalChannelRegistry()
-
-
Method Details
-
register
static LocalAddress register(Channel channel, LocalAddress oldLocalAddress, SocketAddress localAddress) -
get
-
unregister
-