| Package | Description | 
|---|---|
| org.jboss.netty.channel.local | 
 A virtual transport that enables the communication between the two
 parties in the same virtual machine. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
LocalAddress | 
LocalServerChannel.getLocalAddress()  | 
LocalAddress | 
LocalChannel.getLocalAddress()  | 
LocalAddress | 
LocalServerChannel.getRemoteAddress()  | 
LocalAddress | 
LocalChannel.getRemoteAddress()  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
LocalAddress.compareTo(LocalAddress o)  | 
Copyright © 2008-2016 The Netty Project. All Rights Reserved.