Package org.apache.mina.handler.multiton
-
Interface Summary Interface Description SingleSessionIoHandler A session handler without anIoSession
parameter for simplicity.SingleSessionIoHandlerFactory A factory that createsSingleSessionIoHandler
to be used with one particular session. -
Class Summary Class Description SingleSessionIoHandlerAdapter Adapter class for implementors of theSingleSessionIoHandler
interface.SingleSessionIoHandlerDelegate AnIoHandler
implementation which delegates all requests toSingleSessionIoHandler
s.