| Package | Description |
|---|---|
| org.apache.mina.core.polling |
Base class for implementing transport based on active polling strategies like NIO select call, or any API
based on I/O polling system calls (epoll, poll, select, kqueue, etc).
|
| org.apache.mina.core.service | |
| org.apache.mina.core.session | |
| org.apache.mina.handler.chain |
A handler implementation that helps you implement sequentially layered protocols
using Chains of Responsibility pattern.
|
| org.apache.mina.handler.demux |
A handler implementation that helps you implement complex protocols
by splitting messageReceived handlers into multiple sub-handlers.
|
| org.apache.mina.handler.multiton |
Enables creating a handler per session instead of having one handler for many
sessions, using
Multiton pattern.
|
| org.apache.mina.handler.stream | |
| org.apache.mina.proxy | |
| org.apache.mina.transport.socket | |
| 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.vmpipe |
In-VM pipe support which removes the overhead of local loopback communication.
|
| Class and Description |
|---|
| AbstractIoAcceptor
A base implementation of
IoAcceptor. |
| AbstractIoConnector
A base implementation of
IoConnector. |
| AbstractIoService
Base implementation of
IoServices. |
| IoAcceptor
Accepts incoming connection, communicates with clients, and fires events to
IoHandlers. |
| IoConnector
Connects to endpoint, communicates with the server, and fires events to
IoHandlers. |
| IoProcessor
An internal interface to represent an 'I/O processor' that performs
actual I/O operations for
IoSessions. |
| IoService |
| Class and Description |
|---|
| AbstractIoService
Base implementation of
IoServices. |
| AbstractIoService.ServiceOperationFuture |
| IoAcceptor
Accepts incoming connection, communicates with clients, and fires events to
IoHandlers. |
| IoConnector
Connects to endpoint, communicates with the server, and fires events to
IoHandlers. |
| IoHandler
Handles all I/O events fired by MINA.
|
| IoProcessor
An internal interface to represent an 'I/O processor' that performs
actual I/O operations for
IoSessions. |
| IoService |
| IoServiceListener
Listens to events related to an
IoService. |
| IoServiceListenerSupport
A helper class which provides addition and removal of
IoServiceListeners and firing
events. |
| IoServiceStatistics
Provides usage statistics for an
AbstractIoService instance. |
| TransportMetadata
Provides meta-information that describes an
IoService. |
| Class and Description |
|---|
| IoHandler
Handles all I/O events fired by MINA.
|
| IoProcessor
An internal interface to represent an 'I/O processor' that performs
actual I/O operations for
IoSessions. |
| IoService |
| TransportMetadata
Provides meta-information that describes an
IoService. |
| Class and Description |
|---|
| IoHandler
Handles all I/O events fired by MINA.
|
| IoHandlerAdapter
An adapter class for
IoHandler. |
| Class and Description |
|---|
| IoHandler
Handles all I/O events fired by MINA.
|
| IoHandlerAdapter
An adapter class for
IoHandler. |
| Class and Description |
|---|
| IoHandler
Handles all I/O events fired by MINA.
|
| Class and Description |
|---|
| IoHandler
Handles all I/O events fired by MINA.
|
| IoHandlerAdapter
An adapter class for
IoHandler. |
| Class and Description |
|---|
| AbstractIoConnector
A base implementation of
IoConnector. |
| AbstractIoService
Base implementation of
IoServices. |
| IoConnector
Connects to endpoint, communicates with the server, and fires events to
IoHandlers. |
| IoHandler
Handles all I/O events fired by MINA.
|
| IoHandlerAdapter
An adapter class for
IoHandler. |
| IoService |
| TransportMetadata
Provides meta-information that describes an
IoService. |
| Class and Description |
|---|
| IoAcceptor
Accepts incoming connection, communicates with clients, and fires events to
IoHandlers. |
| IoConnector
Connects to endpoint, communicates with the server, and fires events to
IoHandlers. |
| IoService |
| Class and Description |
|---|
| AbstractIoAcceptor
A base implementation of
IoAcceptor. |
| AbstractIoConnector
A base implementation of
IoConnector. |
| AbstractIoService
Base implementation of
IoServices. |
| IoAcceptor
Accepts incoming connection, communicates with clients, and fires events to
IoHandlers. |
| IoConnector
Connects to endpoint, communicates with the server, and fires events to
IoHandlers. |
| IoProcessor
An internal interface to represent an 'I/O processor' that performs
actual I/O operations for
IoSessions. |
| IoService |
| TransportMetadata
Provides meta-information that describes an
IoService. |
| Class and Description |
|---|
| AbstractIoAcceptor
A base implementation of
IoAcceptor. |
| AbstractIoConnector
A base implementation of
IoConnector. |
| AbstractIoService
Base implementation of
IoServices. |
| IoAcceptor
Accepts incoming connection, communicates with clients, and fires events to
IoHandlers. |
| IoConnector
Connects to endpoint, communicates with the server, and fires events to
IoHandlers. |
| IoService |
| TransportMetadata
Provides meta-information that describes an
IoService. |
Copyright © 2004–2017 Apache MINA Project. All rights reserved.