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) LocalAddressDefaultLocalChannel. localAddress(package private) LocalAddressDefaultLocalServerChannel. localAddress(package private) LocalAddressDefaultLocalChannel. remoteAddressFields 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. mapMethods in org.jboss.netty.channel.local that return LocalAddress Modifier and Type Method Description LocalAddressDefaultLocalChannel. getLocalAddress()LocalAddressDefaultLocalServerChannel. getLocalAddress()LocalAddressLocalChannel. getLocalAddress()LocalAddressLocalServerChannel. getLocalAddress()LocalAddressDefaultLocalChannel. getRemoteAddress()LocalAddressDefaultLocalServerChannel. getRemoteAddress()LocalAddressLocalChannel. getRemoteAddress()LocalAddressLocalServerChannel. getRemoteAddress()Methods in org.jboss.netty.channel.local with parameters of type LocalAddress Modifier and Type Method Description private static voidLocalClientChannelSink. bind(DefaultLocalChannel channel, ChannelFuture future, LocalAddress localAddress)private static voidLocalServerChannelSink. bind(DefaultLocalServerChannel channel, ChannelFuture future, LocalAddress localAddress)intLocalAddress. compareTo(LocalAddress o)private voidLocalClientChannelSink. connect(DefaultLocalChannel channel, ChannelFuture future, LocalAddress remoteAddress)(package private) static ChannelLocalChannelRegistry. getChannel(LocalAddress address)(package private) static booleanLocalChannelRegistry. isRegistered(LocalAddress address)(package private) static booleanLocalChannelRegistry. register(LocalAddress address, Channel channel)(package private) static booleanLocalChannelRegistry. unregister(LocalAddress address)
-