Uses of Class
org.jboss.netty.channel.local.LocalAddress

Packages that use LocalAddress
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
 LocalAddress LocalServerChannel.getLocalAddress()
           
 LocalAddress LocalChannel.getLocalAddress()
           
 LocalAddress LocalServerChannel.getRemoteAddress()
           
 LocalAddress LocalChannel.getRemoteAddress()
           
 

Methods in org.jboss.netty.channel.local with parameters of type LocalAddress
 int LocalAddress.compareTo(LocalAddress o)
           
 



Copyright © 2008-2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.