| Package | Description |
|---|---|
| org.apache.mina.common.support |
Internal classes used by org.apache.mina.common package.
|
| org.apache.mina.transport.socket.nio |
Socket (TCP/IP) and Datagram (UDP/IP) support based on Java
NIO (New I/O) API.
|
| org.apache.mina.transport.socket.nio.support |
Internal classes used by org.apache.mina.transport.socket.nio package.
|
| org.apache.mina.transport.vmpipe |
In-VM pipe support which removes the overhead of local loopback communication.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseIoAcceptor
A base implementation of
IoAcceptor. |
class |
DelegatedIoAcceptor
A delegated
IoAcceptor that wraps the other IoAcceptor. |
| Modifier and Type | Field and Description |
|---|---|
protected IoAcceptor |
DelegatedIoAcceptor.delegate |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DelegatedIoAcceptor.init(IoAcceptor delegate)
Sets the delegate.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DatagramAcceptor
IoAcceptor for datagram transport (UDP/IP). |
class |
SocketAcceptor
IoAcceptor for socket transport (TCP/IP). |
| Modifier and Type | Class and Description |
|---|---|
class |
DatagramAcceptorDelegate
IoAcceptor for datagram transport (UDP/IP). |
| Constructor and Description |
|---|
DatagramAcceptorDelegate(IoAcceptor wrapper,
Executor executor)
Creates a new instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
VmPipeAcceptor
Binds the specified
IoHandler to the specified
VmPipeAddress. |
Copyright © 2004–2018 Apache MINA Project. All rights reserved.