Package | Description |
---|---|
org.apache.mina.transport.vmpipe |
In-VM pipe support which removes the overhead of local loopback communication.
|
Modifier and Type | Method | Description |
---|---|---|
VmPipeAddress |
VmPipeAcceptor.getDefaultLocalAddress() |
Returns the default local address to bind when no argument is specified
in
IoAcceptor.bind() method. |
VmPipeAddress |
VmPipeAcceptor.getLocalAddress() |
Returns the local address which is bound currently.
|
Modifier and Type | Method | Description |
---|---|---|
int |
VmPipeAddress.compareTo(VmPipeAddress o) |
|
void |
VmPipeAcceptor.setDefaultLocalAddress(VmPipeAddress localAddress) |
Sets the local Address for this acceptor
|
Copyright © 2004–2018 Apache MINA Project. All rights reserved.