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