Package | Description |
---|---|
org.apache.mina.core |
Common types required for users to use MINA.
|
org.apache.mina.core.future | |
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.core.write | |
org.apache.mina.filter.codec |
Filter implementations that helps you to implement complex protocols via 'codec' concept.
|
org.apache.mina.filter.ssl |
Classes that implement IoFilter and provide Secure Sockets Layer functionality.
|
org.apache.mina.proxy | |
org.apache.mina.proxy.session | |
org.apache.mina.transport.vmpipe |
In-VM pipe support which removes the overhead of local loopback communication.
|
Class | Description |
---|---|
IoFuture |
Represents the completion of an asynchronous I/O operation on an
IoSession . |
WriteFuture |
An
IoFuture for asynchronous write requests. |
Class | Description |
---|---|
CloseFuture |
An
IoFuture for asynchronous close requests. |
ConnectFuture |
An
IoFuture for asynchronous connect requests. |
DefaultIoFuture | |
IoFuture |
Represents the completion of an asynchronous I/O operation on an
IoSession . |
IoFutureListener |
Something interested in being notified when the completion
of an asynchronous I/O operation :
IoFuture . |
ReadFuture |
An
IoFuture for asynchronous read requests . |
WriteFuture |
An
IoFuture for asynchronous write requests. |
Class | Description |
---|---|
ConnectFuture |
An
IoFuture for asynchronous connect requests. |
DefaultConnectFuture |
A default implementation of
ConnectFuture . |
DefaultIoFuture | |
IoFuture |
Represents the completion of an asynchronous I/O operation on an
IoSession . |
Class | Description |
---|---|
ConnectFuture |
An
IoFuture for asynchronous connect requests. |
DefaultIoFuture | |
IoFuture |
Represents the completion of an asynchronous I/O operation on an
IoSession . |
WriteFuture |
An
IoFuture for asynchronous write requests. |
Class | Description |
---|---|
CloseFuture |
An
IoFuture for asynchronous close requests. |
IoFuture |
Represents the completion of an asynchronous I/O operation on an
IoSession . |
ReadFuture |
An
IoFuture for asynchronous read requests . |
WriteFuture |
An
IoFuture for asynchronous write requests. |
Class | Description |
---|---|
WriteFuture |
An
IoFuture for asynchronous write requests. |
Class | Description |
---|---|
WriteFuture |
An
IoFuture for asynchronous write requests. |
Class | Description |
---|---|
WriteFuture |
An
IoFuture for asynchronous write requests. |
Class | Description |
---|---|
ConnectFuture |
An
IoFuture for asynchronous connect requests. |
WriteFuture |
An
IoFuture for asynchronous write requests. |
Class | Description |
---|---|
ConnectFuture |
An
IoFuture for asynchronous connect requests. |
Class | Description |
---|---|
ConnectFuture |
An
IoFuture for asynchronous connect requests. |
Copyright © 2004–2018 Apache MINA Project. All rights reserved.