Uses of Package
org.apache.mina.common

Packages that use org.apache.mina.common
org.apache.mina.common Common types required for users to use MINA. 
org.apache.mina.io Low-level protocol implementation layer (I/O layer). 
org.apache.mina.io.datagram Datagram (UDP/IP) support. 
org.apache.mina.io.filter Basic IoHandlerFilter implementations. 
org.apache.mina.io.handler Useful IoHandler implementations. 
org.apache.mina.io.socket Socket (TCP/IP) support. 
org.apache.mina.protocol High-level protocol implementation layer (Protocol layer). 
org.apache.mina.protocol.codec Useful ProtocolEncoder and ProtocolDecoder implementations. 
org.apache.mina.protocol.filter Basic ProtocolHandlerFilter implementations. 
org.apache.mina.protocol.io A wrapper for org.apache.mina.io package to support low-level I/O. 
org.apache.mina.protocol.vmpipe In-VM pipe support which removes the overhead of local loopback communication. 
org.apache.mina.registry A frontend package that makes setting up MINA easier. 
org.apache.mina.util This package is used by MINA internally. 
 

Classes in org.apache.mina.common used by org.apache.mina.common
ByteBuffer
          A pooled byte buffer used by MINA applications.
ExceptionMonitor
          Monitors uncaught exceptions.
IdleStatus
          Represents the type of idleness of IoSession or ProtocolSession.
Session
          A handle which represents connection between two endpoints regardless of transport types.
SessionConfig
          Provides general or TransportType-specific configuration.
SessionManager
          Base interface for all acceptors and connectors that manage sessions.
TransportType
          Represents network transport types.
 

Classes in org.apache.mina.common used by org.apache.mina.io
ByteBuffer
          A pooled byte buffer used by MINA applications.
IdleStatus
          Represents the type of idleness of IoSession or ProtocolSession.
Session
          A handle which represents connection between two endpoints regardless of transport types.
SessionManager
          Base interface for all acceptors and connectors that manage sessions.
 

Classes in org.apache.mina.common used by org.apache.mina.io.datagram
BaseSessionConfig
          Base implementation of SessionConfigs.
BaseSessionManager
          Base implementation of SessionManagers.
SessionConfig
          Provides general or TransportType-specific configuration.
SessionManager
          Base interface for all acceptors and connectors that manage sessions.
 

Classes in org.apache.mina.common used by org.apache.mina.io.filter
ByteBuffer
          A pooled byte buffer used by MINA applications.
IdleStatus
          Represents the type of idleness of IoSession or ProtocolSession.
Session
          A handle which represents connection between two endpoints regardless of transport types.
 

Classes in org.apache.mina.common used by org.apache.mina.io.handler
ByteBuffer
          A pooled byte buffer used by MINA applications.
IdleStatus
          Represents the type of idleness of IoSession or ProtocolSession.
 

Classes in org.apache.mina.common used by org.apache.mina.io.socket
BaseSessionConfig
          Base implementation of SessionConfigs.
BaseSessionManager
          Base implementation of SessionManagers.
SessionConfig
          Provides general or TransportType-specific configuration.
SessionManager
          Base interface for all acceptors and connectors that manage sessions.
 

Classes in org.apache.mina.common used by org.apache.mina.protocol
ByteBuffer
          A pooled byte buffer used by MINA applications.
IdleStatus
          Represents the type of idleness of IoSession or ProtocolSession.
Session
          A handle which represents connection between two endpoints regardless of transport types.
SessionManager
          Base interface for all acceptors and connectors that manage sessions.
 

Classes in org.apache.mina.common used by org.apache.mina.protocol.codec
ByteBuffer
          A pooled byte buffer used by MINA applications.
 

Classes in org.apache.mina.common used by org.apache.mina.protocol.filter
IdleStatus
          Represents the type of idleness of IoSession or ProtocolSession.
Session
          A handle which represents connection between two endpoints regardless of transport types.
 

Classes in org.apache.mina.common used by org.apache.mina.protocol.io
ExceptionMonitor
          Monitors uncaught exceptions.
IdleStatus
          Represents the type of idleness of IoSession or ProtocolSession.
Session
          A handle which represents connection between two endpoints regardless of transport types.
SessionConfig
          Provides general or TransportType-specific configuration.
SessionManager
          Base interface for all acceptors and connectors that manage sessions.
TransportType
          Represents network transport types.
 

Classes in org.apache.mina.common used by org.apache.mina.protocol.vmpipe
BaseSessionConfig
          Base implementation of SessionConfigs.
BaseSessionManager
          Base implementation of SessionManagers.
SessionConfig
          Provides general or TransportType-specific configuration.
SessionManager
          Base interface for all acceptors and connectors that manage sessions.
 

Classes in org.apache.mina.common used by org.apache.mina.registry
TransportType
          Represents network transport types.
 

Classes in org.apache.mina.common used by org.apache.mina.util
Session
          A handle which represents connection between two endpoints regardless of transport types.
 



Copyright © 2004-2005 . All Rights Reserved.