Uses of Class
org.jboss.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 org.jboss.netty.channel.local
Fields in org.jboss.netty.channel.local declared as LocalAddressModifier and TypeFieldDescription(package private) LocalAddressDefaultLocalChannel.localAddress(package private) LocalAddressDefaultLocalServerChannel.localAddress(package private) LocalAddressDefaultLocalChannel.remoteAddressFields in org.jboss.netty.channel.local with type parameters of type LocalAddressModifier and TypeFieldDescriptionprivate static final ConcurrentMap<LocalAddress, Channel> LocalChannelRegistry.mapMethods in org.jboss.netty.channel.local that return LocalAddressModifier and TypeMethodDescriptionDefaultLocalChannel.getLocalAddress()DefaultLocalServerChannel.getLocalAddress()LocalChannel.getLocalAddress()LocalServerChannel.getLocalAddress()DefaultLocalChannel.getRemoteAddress()DefaultLocalServerChannel.getRemoteAddress()LocalChannel.getRemoteAddress()LocalServerChannel.getRemoteAddress()Methods in org.jboss.netty.channel.local with parameters of type LocalAddressModifier and TypeMethodDescriptionprivate 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)