|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use org.apache.mina.core.session | |
|---|---|
| org.apache.mina.core | Common types required for users to use MINA. |
| org.apache.mina.core.filterchain | |
| 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.buffer | |
| org.apache.mina.filter.codec | Filter implementations that helps you to implement complex protocols via 'codec' concept. |
| org.apache.mina.filter.codec.demux | Protocol codecs that helps you to implement even more complex protocols by splitting a codec into multiple sub-codecs. |
| org.apache.mina.filter.codec.netty | Protocol codec which provides the integration with Netty2 messages. |
| org.apache.mina.filter.codec.prefixedstring | |
| org.apache.mina.filter.codec.serialization | Protocol codecs which uses Java object serilization and leads to rapid protocol implementation. |
| org.apache.mina.filter.codec.statemachine | |
| org.apache.mina.filter.codec.textline | A protocol codec for text-based protocols. |
| org.apache.mina.filter.compression | |
| org.apache.mina.filter.errorgenerating | An IoFilter that provides flexible error generation facilities. |
| org.apache.mina.filter.executor | IoFilters that provide flexible thread model and event queue monitoring interface. |
| org.apache.mina.filter.firewall | Classes that implement IoFilter and provide host blocking and throttling. |
| org.apache.mina.filter.keepalive | IoFilter that provides the ability for connections to remain open when data is not being transferred. |
| org.apache.mina.filter.logging | Classes that implement IoFilter and provide logging of the events and data that flows through a MINA-based system. |
| org.apache.mina.filter.reqres | |
| org.apache.mina.filter.ssl | Classes that implement IoFilter and provide Secure Sockets Layer functionality. |
| org.apache.mina.filter.statistic | Classes that implement IoFilter and provide the ability for filters to be timed on their performance. |
| org.apache.mina.filter.stream | Stream based IoFilter implementation. |
| org.apache.mina.filter.util | Utility classes for the MINA filtering portion of the library. |
| 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.integration.jmx | JMX (Java Management eXtension) integration. |
| org.apache.mina.integration.ognl | |
| org.apache.mina.transport.serial | |
| org.apache.mina.transport.socket | |
| org.apache.mina.transport.socket.apr | |
| 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. |
| Classes in org.apache.mina.core.session used by org.apache.mina.core | |
|---|---|
| IoSession
A handle which represents connection between two end-points regardless of transport types. |
|
| Classes in org.apache.mina.core.session used by org.apache.mina.core.filterchain | |
|---|---|
| AbstractIoSession
Base implementation of IoSession. |
|
| AttributeKey
A key that makes its parent Map or session attribute to search
fast while being debug-friendly by providing the string representation. |
|
| IdleStatus
Represents the type of idleness of IoSession or
IoSession. |
|
| IoEvent
An I/O event or an I/O request that MINA provides. |
|
| IoEventType
An Enum that represents the type of I/O events and requests. |
|
| IoSession
A handle which represents connection between two end-points regardless of transport types. |
|
| TrafficMask
A type-safe mask that is used to control the traffic of IoSession
with IoSession.setTrafficMask(TrafficMask). |
|
| Classes in org.apache.mina.core.session used by org.apache.mina.core.future | |
|---|---|
| IoSession
A handle which represents connection between two end-points regardless of transport types. |
|
| Classes in org.apache.mina.core.session used by org.apache.mina.core.polling | |
|---|---|
| AbstractIoSession
Base implementation of IoSession. |
|
| IoSession
A handle which represents connection between two end-points regardless of transport types. |
|
| IoSessionConfig
The configuration of IoSession. |
|
| IoSessionInitializer
Defines a callback for obtaining the IoSession during
session initialization. |
|
| IoSessionRecycler
A connectionless transport can recycle existing sessions by assigning an IoSessionRecycler to an IoService. |
|
| Classes in org.apache.mina.core.session used by org.apache.mina.core.service | |
|---|---|
| AbstractIoSession
Base implementation of IoSession. |
|
| IdleStatus
Represents the type of idleness of IoSession or
IoSession. |
|
| IdleStatusChecker
Detects idle sessions and fires sessionIdle events to them. |
|
| IoSession
A handle which represents connection between two end-points regardless of transport types. |
|
| IoSessionConfig
The configuration of IoSession. |
|
| IoSessionDataStructureFactory
Provides data structures to a newly created session. |
|
| IoSessionInitializer
Defines a callback for obtaining the IoSession during
session initialization. |
|
| Classes in org.apache.mina.core.session used by org.apache.mina.core.session | |
|---|---|
| AbstractIoSession
Base implementation of IoSession. |
|
| IdleStatus
Represents the type of idleness of IoSession or
IoSession. |
|
| IdleStatusChecker.NotifyingTask
|
|
| IoEventType
An Enum that represents the type of I/O events and requests. |
|
| IoSession
A handle which represents connection between two end-points regardless of transport types. |
|
| IoSessionAttributeMap
Stores the user-defined attributes which is provided per IoSession. |
|
| IoSessionConfig
The configuration of IoSession. |
|
| IoSessionDataStructureFactory
Provides data structures to a newly created session. |
|
| IoSessionRecycler
A connectionless transport can recycle existing sessions by assigning an IoSessionRecycler to an IoService. |
|
| TrafficMask
A type-safe mask that is used to control the traffic of IoSession
with IoSession.setTrafficMask(TrafficMask). |
|
| Classes in org.apache.mina.core.session used by org.apache.mina.core.write | |
|---|---|
| IoSession
A handle which represents connection between two end-points regardless of transport types. |
|
| Classes in org.apache.mina.core.session used by org.apache.mina.filter.buffer | |
|---|---|
| IoSession
A handle which represents connection between two end-points regardless of transport types. |
|
| Classes in org.apache.mina.core.session used by org.apache.mina.filter.codec | |
|---|---|
| AbstractIoSession
Base implementation of IoSession. |
|
| DummySession
A dummy IoSession for unit-testing or non-network-use of
the classes that depends on IoSession. |
|
| IoSession
A handle which represents connection between two end-points regardless of transport types. |
|
| Classes in org.apache.mina.core.session used by org.apache.mina.filter.codec.demux | |
|---|---|
| IoSession
A handle which represents connection between two end-points regardless of transport types. |
|
| Classes in org.apache.mina.core.session used by org.apache.mina.filter.codec.netty | |
|---|---|
| IoSession
A handle which represents connection between two end-points regardless of transport types. |
|
| Classes in org.apache.mina.core.session used by org.apache.mina.filter.codec.prefixedstring | |
|---|---|
| IoSession
A handle which represents connection between two end-points regardless of transport types. |
|
| Classes in org.apache.mina.core.session used by org.apache.mina.filter.codec.serialization | |
|---|---|
| IoSession
A handle which represents connection between two end-points regardless of transport types. |
|
| Classes in org.apache.mina.core.session used by org.apache.mina.filter.codec.statemachine | |
|---|---|
| IoSession
A handle which represents connection between two end-points regardless of transport types. |
|
| Classes in org.apache.mina.core.session used by org.apache.mina.filter.codec.textline | |
|---|---|
| IoSession
A handle which represents connection between two end-points regardless of transport types. |
|
| Classes in org.apache.mina.core.session used by org.apache.mina.filter.compression | |
|---|---|
| AttributeKey
A key that makes its parent Map or session attribute to search
fast while being debug-friendly by providing the string representation. |
|
| IoSession
A handle which represents connection between two end-points regardless of transport types. |
|
| Classes in org.apache.mina.core.session used by org.apache.mina.filter.errorgenerating | |
|---|---|
| IoSession
A handle which represents connection between two end-points regardless of transport types. |
|
| Classes in org.apache.mina.core.session used by org.apache.mina.filter.executor | |
|---|---|
| IdleStatus
Represents the type of idleness of IoSession or
IoSession. |
|
| IoEvent
An I/O event or an I/O request that MINA provides. |
|
| IoEventType
An Enum that represents the type of I/O events and requests. |
|
| IoSession
A handle which represents connection between two end-points regardless of transport types. |
|
| Classes in org.apache.mina.core.session used by org.apache.mina.filter.firewall | |
|---|---|
| IdleStatus
Represents the type of idleness of IoSession or
IoSession. |
|
| IoSession
A handle which represents connection between two end-points regardless of transport types. |
|
| Classes in org.apache.mina.core.session used by org.apache.mina.filter.keepalive | |
|---|---|
| IdleStatus
Represents the type of idleness of IoSession or
IoSession. |
|
| IoSession
A handle which represents connection between two end-points regardless of transport types. |
|
| Classes in org.apache.mina.core.session used by org.apache.mina.filter.logging | |
|---|---|
| IdleStatus
Represents the type of idleness of IoSession or
IoSession. |
|
| IoEventType
An Enum that represents the type of I/O events and requests. |
|
| IoSession
A handle which represents connection between two end-points regardless of transport types. |
|
| Classes in org.apache.mina.core.session used by org.apache.mina.filter.reqres | |
|---|---|
| IoSession
A handle which represents connection between two end-points regardless of transport types. |
|
| Classes in org.apache.mina.core.session used by org.apache.mina.filter.ssl | |
|---|---|
| AttributeKey
A key that makes its parent Map or session attribute to search
fast while being debug-friendly by providing the string representation. |
|
| IoSession
A handle which represents connection between two end-points regardless of transport types. |
|
| Classes in org.apache.mina.core.session used by org.apache.mina.filter.statistic | |
|---|---|
| IdleStatus
Represents the type of idleness of IoSession or
IoSession. |
|
| IoEventType
An Enum that represents the type of I/O events and requests. |
|
| IoSession
A handle which represents connection between two end-points regardless of transport types. |
|
| Classes in org.apache.mina.core.session used by org.apache.mina.filter.stream | |
|---|---|
| AttributeKey
A key that makes its parent Map or session attribute to search
fast while being debug-friendly by providing the string representation. |
|
| IoSession
A handle which represents connection between two end-points regardless of transport types. |
|
| Classes in org.apache.mina.core.session used by org.apache.mina.filter.util | |
|---|---|
| IdleStatus
Represents the type of idleness of IoSession or
IoSession. |
|
| IoSession
A handle which represents connection between two end-points regardless of transport types. |
|
| TrafficMask
A type-safe mask that is used to control the traffic of IoSession
with IoSession.setTrafficMask(TrafficMask). |
|
| Classes in org.apache.mina.core.session used by org.apache.mina.handler.chain | |
|---|---|
| IoSession
A handle which represents connection between two end-points regardless of transport types. |
|
| Classes in org.apache.mina.core.session used by org.apache.mina.handler.demux | |
|---|---|
| IoSession
A handle which represents connection between two end-points regardless of transport types. |
|
| Classes in org.apache.mina.core.session used by org.apache.mina.handler.multiton | |
|---|---|
| AttributeKey
A key that makes its parent Map or session attribute to search
fast while being debug-friendly by providing the string representation. |
|
| IdleStatus
Represents the type of idleness of IoSession or
IoSession. |
|
| IoSession
A handle which represents connection between two end-points regardless of transport types. |
|
| Classes in org.apache.mina.core.session used by org.apache.mina.handler.stream | |
|---|---|
| IdleStatus
Represents the type of idleness of IoSession or
IoSession. |
|
| IoSession
A handle which represents connection between two end-points regardless of transport types. |
|
| Classes in org.apache.mina.core.session used by org.apache.mina.integration.jmx | |
|---|---|
| IoSession
A handle which represents connection between two end-points regardless of transport types. |
|
| Classes in org.apache.mina.core.session used by org.apache.mina.integration.ognl | |
|---|---|
| IoSession
A handle which represents connection between two end-points regardless of transport types. |
|
| Classes in org.apache.mina.core.session used by org.apache.mina.transport.serial | |
|---|---|
| IoSession
A handle which represents connection between two end-points regardless of transport types. |
|
| IoSessionConfig
The configuration of IoSession. |
|
| IoSessionInitializer
Defines a callback for obtaining the IoSession during
session initialization. |
|
| Classes in org.apache.mina.core.session used by org.apache.mina.transport.socket | |
|---|---|
| AbstractIoSessionConfig
A base implementation of IoSessionConfig. |
|
| IoSessionConfig
The configuration of IoSession. |
|
| IoSessionRecycler
A connectionless transport can recycle existing sessions by assigning an IoSessionRecycler to an IoService. |
|
| Classes in org.apache.mina.core.session used by org.apache.mina.transport.socket.apr | |
|---|---|
| AbstractIoSession
Base implementation of IoSession. |
|
| IoSession
A handle which represents connection between two end-points regardless of transport types. |
|
| Classes in org.apache.mina.core.session used by org.apache.mina.transport.socket.nio | |
|---|---|
| AbstractIoSession
Base implementation of IoSession. |
|
| IoSession
A handle which represents connection between two end-points regardless of transport types. |
|
| Classes in org.apache.mina.core.session used by org.apache.mina.transport.vmpipe | |
|---|---|
| IoSession
A handle which represents connection between two end-points regardless of transport types. |
|
| IoSessionConfig
The configuration of IoSession. |
|
| IoSessionInitializer
Defines a callback for obtaining the IoSession during
session initialization. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||