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 LocalAddressLocalAddress.ANYprivate LocalAddressLocalChannel.localAddressprivate LocalAddressLocalServerChannel.localAddressprivate LocalAddressLocalChannel.remoteAddressFields in io.netty.channel.local with type parameters of type LocalAddressModifier and TypeFieldDescriptionprivate static final ConcurrentMap<LocalAddress, Channel> LocalChannelRegistry.boundChannelsMethods in io.netty.channel.local that return LocalAddressModifier and TypeMethodDescriptionLocalChannel.localAddress()LocalServerChannel.localAddress()(package private) static LocalAddressLocalChannelRegistry.register(Channel channel, LocalAddress oldLocalAddress, SocketAddress localAddress) LocalChannel.remoteAddress()LocalServerChannel.remoteAddress()Methods in io.netty.channel.local with parameters of type LocalAddressModifier and TypeMethodDescriptionintLocalAddress.compareTo(LocalAddress o) (package private) static LocalAddressLocalChannelRegistry.register(Channel channel, LocalAddress oldLocalAddress, SocketAddress localAddress) (package private) static voidLocalChannelRegistry.unregister(LocalAddress localAddress)