| Package | Description |
|---|---|
| org.apache.mina.core.service | |
| org.apache.mina.transport.vmpipe |
In-VM pipe support which removes the overhead of local loopback communication.
|
| Modifier and Type | Field and Description |
|---|---|
private IoServiceListenerSupport |
AbstractIoService.listeners
Maintains the
IoServiceListeners of this service. |
| Modifier and Type | Method and Description |
|---|---|
IoServiceListenerSupport |
AbstractIoService.getListeners() |
| Modifier and Type | Field and Description |
|---|---|
private IoServiceListenerSupport |
VmPipe.listeners |
private IoServiceListenerSupport |
VmPipeSession.serviceListeners |
| Modifier and Type | Method and Description |
|---|---|
IoServiceListenerSupport |
VmPipe.getListeners() |
(package private) IoServiceListenerSupport |
VmPipeSession.getServiceListeners() |
| Constructor and Description |
|---|
VmPipe(VmPipeAcceptor acceptor,
VmPipeAddress address,
IoHandler handler,
IoServiceListenerSupport listeners) |
VmPipeSession(IoService service,
IoServiceListenerSupport serviceListeners,
VmPipeAddress localAddress,
IoHandler handler,
VmPipe remoteEntry) |