|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractIoSession | |
---|---|
org.apache.mina.common | Common types required for users to use MINA. |
org.apache.mina.filter.codec | Filter implementations that helps you to implement complex protocols via 'codec' concept. |
Uses of AbstractIoSession in org.apache.mina.common |
---|
Classes in org.apache.mina.common with type parameters of type AbstractIoSession | |
---|---|
class |
AbstractPollingConnectionlessIoAcceptor<T extends AbstractIoSession,H>
IoAcceptor for datagram transport (UDP/IP). |
class |
AbstractPollingIoAcceptor<T extends AbstractIoSession,H>
|
class |
AbstractPollingIoConnector<T extends AbstractIoSession,H>
|
class |
AbstractPollingIoProcessor<T extends AbstractIoSession>
An abstract implementation of IoProcessor which helps
transport developers to write an IoProcessor easily. |
class |
SimpleIoProcessorPool<T extends AbstractIoSession>
An IoProcessor pool that distributes IoSession s into one or more
IoProcessor s. |
Subclasses of AbstractIoSession in org.apache.mina.common | |
---|---|
class |
DummySession
A dummy IoSession for unit-testing or non-network-use of
the classes that depends on IoSession . |
Methods in org.apache.mina.common with parameters of type AbstractIoSession | |
---|---|
void |
IdleStatusChecker.addSession(AbstractIoSession session)
|
void |
IdleStatusChecker.removeSession(AbstractIoSession session)
|
Constructors in org.apache.mina.common with parameters of type AbstractIoSession | |
---|---|
DefaultIoFilterChain(AbstractIoSession session)
|
Uses of AbstractIoSession in org.apache.mina.filter.codec |
---|
Subclasses of AbstractIoSession in org.apache.mina.filter.codec | |
---|---|
class |
ProtocolCodecSession
A virtual IoSession that provides ProtocolEncoderOutput
and ProtocolDecoderOutput . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |