Uses of Class
org.jboss.netty.channel.local.LocalAddress
-
Packages that use LocalAddress Package Description org.jboss.netty.channel.local A virtual transport that enables the communication between the two parties in the same virtual machine. -
-
Uses of LocalAddress in org.jboss.netty.channel.local
Fields in org.jboss.netty.channel.local declared as LocalAddress Modifier and Type Field Description (package private) LocalAddress
DefaultLocalChannel. localAddress
(package private) LocalAddress
DefaultLocalServerChannel. localAddress
(package private) LocalAddress
DefaultLocalChannel. remoteAddress
Fields in org.jboss.netty.channel.local with type parameters of type LocalAddress Modifier and Type Field Description private static java.util.concurrent.ConcurrentMap<LocalAddress,Channel>
LocalChannelRegistry. map
Methods in org.jboss.netty.channel.local that return LocalAddress Modifier and Type Method Description LocalAddress
DefaultLocalChannel. getLocalAddress()
LocalAddress
DefaultLocalServerChannel. getLocalAddress()
LocalAddress
LocalChannel. getLocalAddress()
LocalAddress
LocalServerChannel. getLocalAddress()
LocalAddress
DefaultLocalChannel. getRemoteAddress()
LocalAddress
DefaultLocalServerChannel. getRemoteAddress()
LocalAddress
LocalChannel. getRemoteAddress()
LocalAddress
LocalServerChannel. getRemoteAddress()
Methods in org.jboss.netty.channel.local with parameters of type LocalAddress Modifier and Type Method Description private static void
LocalClientChannelSink. bind(DefaultLocalChannel channel, ChannelFuture future, LocalAddress localAddress)
private static void
LocalServerChannelSink. bind(DefaultLocalServerChannel channel, ChannelFuture future, LocalAddress localAddress)
int
LocalAddress. compareTo(LocalAddress o)
private void
LocalClientChannelSink. connect(DefaultLocalChannel channel, ChannelFuture future, LocalAddress remoteAddress)
(package private) static Channel
LocalChannelRegistry. getChannel(LocalAddress address)
(package private) static boolean
LocalChannelRegistry. isRegistered(LocalAddress address)
(package private) static boolean
LocalChannelRegistry. register(LocalAddress address, Channel channel)
(package private) static boolean
LocalChannelRegistry. unregister(LocalAddress address)
-