Package org.apache.mina.common

Common types required for users to use MINA.

See:
          Description

Interface Summary
ExceptionMonitor Monitors uncaught exceptions.
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.
 

Class Summary
BaseSession Base implementation of Session.
BaseSessionConfig Base implementation of SessionConfigs.
BaseSessionManager Base implementation of SessionManagers.
ByteBuffer A pooled byte buffer used by MINA applications.
ByteBufferProxy A ByteBuffer that wraps a buffer and proxies any operations to it.
DefaultExceptionMonitor A default ExceptionMonitor implementation that logs uncaught exceptions using Logger.
IdleStatus Represents the type of idleness of IoSession or ProtocolSession.
TransportType Represents network transport types.
 

Package org.apache.mina.common Description

Common types required for users to use MINA.



Copyright © 2004-2005 . All Rights Reserved.