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