Package org.apache.mina.handler.multiton
-
Interface Summary Interface Description SingleSessionIoHandler A session handler without anIoSessionparameter for simplicity.SingleSessionIoHandlerFactory A factory that createsSingleSessionIoHandlerto be used with one particular session. -
Class Summary Class Description SingleSessionIoHandlerAdapter Adapter class for implementors of theSingleSessionIoHandlerinterface.SingleSessionIoHandlerDelegate AnIoHandlerimplementation which delegates all requests toSingleSessionIoHandlers.