Package | Description |
---|---|
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 |
SocketAcceptor
IoAcceptor for socket transport (TCP/IP). |
Modifier and Type | Class and Description |
---|---|
class |
DatagramAcceptorDelegate
IoAcceptor for datagram transport (UDP/IP). |
Modifier and Type | Class and Description |
---|---|
class |
VmPipeAcceptor
Binds the specified
IoHandler to the specified
VmPipeAddress . |
Copyright © 2004–2014 Apache MINA Project. All rights reserved.