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
Methods in org.jboss.netty.channel.local that return LocalAddress Modifier and Type Method Description LocalAddressLocalChannel. getLocalAddress()LocalAddressLocalServerChannel. getLocalAddress()LocalAddressLocalChannel. getRemoteAddress()LocalAddressLocalServerChannel. getRemoteAddress()Methods in org.jboss.netty.channel.local with parameters of type LocalAddress Modifier and Type Method Description intLocalAddress. compareTo(LocalAddress o)
-