|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IoConnector | |
|---|---|
| org.littleshoot.mina.common.support | Internal classes used by org.apache.mina.common package. |
| org.littleshoot.mina.transport.socket.nio | Socket (TCP/IP) and Datagram (UDP/IP) support based on Java NIO (New I/O) API. |
| org.littleshoot.mina.transport.socket.nio.support | Internal classes used by org.apache.mina.transport.socket.nio package. |
| org.littleshoot.mina.transport.vmpipe | In-VM pipe support which removes the overhead of local loopback communication. |
| Uses of IoConnector in org.littleshoot.mina.common.support |
|---|
| Classes in org.littleshoot.mina.common.support that implement IoConnector | |
|---|---|
class |
BaseIoConnector
A base implementation of IoConnector. |
class |
DelegatedIoConnector
A delegated IoConnector that wraps the other IoConnector. |
| Fields in org.littleshoot.mina.common.support declared as IoConnector | |
|---|---|
protected IoConnector |
DelegatedIoConnector.delegate
|
| Methods in org.littleshoot.mina.common.support with parameters of type IoConnector | |
|---|---|
protected void |
DelegatedIoConnector.init(IoConnector delegate)
Sets the delegate. |
| Uses of IoConnector in org.littleshoot.mina.transport.socket.nio |
|---|
| Classes in org.littleshoot.mina.transport.socket.nio that implement IoConnector | |
|---|---|
class |
DatagramConnector
IoConnector for datagram transport (UDP/IP). |
class |
SocketConnector
IoConnector for socket transport (TCP/IP). |
| Uses of IoConnector in org.littleshoot.mina.transport.socket.nio.support |
|---|
| Classes in org.littleshoot.mina.transport.socket.nio.support that implement IoConnector | |
|---|---|
class |
DatagramConnectorDelegate
IoConnector for datagram transport (UDP/IP). |
| Constructors in org.littleshoot.mina.transport.socket.nio.support with parameters of type IoConnector | |
|---|---|
DatagramConnectorDelegate(IoConnector wrapper,
Executor executor)
Creates a new instance. |
|
| Uses of IoConnector in org.littleshoot.mina.transport.vmpipe |
|---|
| Classes in org.littleshoot.mina.transport.vmpipe that implement IoConnector | |
|---|---|
class |
VmPipeConnector
Connects to IoHandlers which is bound on the specified
VmPipeAddress. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||