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 |
BaseIoConnector
A base implementation of
IoConnector . |
class |
DelegatedIoConnector
A delegated
IoConnector that wraps the other IoConnector . |
Modifier and Type | Field and Description |
---|---|
protected IoConnector |
DelegatedIoConnector.delegate |
Modifier and Type | Method and Description |
---|---|
protected void |
DelegatedIoConnector.init(IoConnector delegate)
Sets the delegate.
|
Modifier and Type | Class and Description |
---|---|
class |
DatagramConnector
IoConnector for datagram transport (UDP/IP). |
class |
SocketConnector
IoConnector for socket transport (TCP/IP). |
Modifier and Type | Class and Description |
---|---|
class |
DatagramConnectorDelegate
IoConnector for datagram transport (UDP/IP). |
Constructor and Description |
---|
DatagramConnectorDelegate(IoConnector wrapper,
Executor executor)
Creates a new instance.
|
Modifier and Type | Class and Description |
---|---|
class |
VmPipeConnector
Connects to
IoHandler s which is bound on the specified
VmPipeAddress . |
Copyright © 2004–2015 Apache MINA Project. All rights reserved.