Uses of Class
io.netty.channel.local.LocalAddress
Packages that use LocalAddress
Package
Description
A virtual transport that enables the communication between the two
parties in the same virtual machine.
-
Uses of LocalAddress in io.netty.channel.local
Fields in io.netty.channel.local declared as LocalAddressModifier and TypeFieldDescriptionstatic final LocalAddress
LocalAddress.ANY
private LocalAddress
LocalChannel.localAddress
private LocalAddress
LocalServerChannel.localAddress
private LocalAddress
LocalChannel.remoteAddress
Fields in io.netty.channel.local with type parameters of type LocalAddressModifier and TypeFieldDescriptionprivate static final ConcurrentMap
<LocalAddress, Channel> LocalChannelRegistry.boundChannels
Methods in io.netty.channel.local that return LocalAddressModifier and TypeMethodDescriptionLocalChannel.localAddress()
LocalServerChannel.localAddress()
(package private) static LocalAddress
LocalChannelRegistry.register
(Channel channel, LocalAddress oldLocalAddress, SocketAddress localAddress) LocalChannel.remoteAddress()
LocalServerChannel.remoteAddress()
Methods in io.netty.channel.local with parameters of type LocalAddressModifier and TypeMethodDescriptionint
LocalAddress.compareTo
(LocalAddress o) (package private) static LocalAddress
LocalChannelRegistry.register
(Channel channel, LocalAddress oldLocalAddress, SocketAddress localAddress) (package private) static void
LocalChannelRegistry.unregister
(LocalAddress localAddress)