Java Doc for IoSessionDataStructureFactory.java in » Net » mina-2.0.0-M1 » org » apache » mina » common » Java Source Code / Java DocumentationJava Source Code and Java Documentation
public interface IoSessionDataStructureFactory (Code)
Provides data structures to a newly created session.
author: The Apache MINA Project (dev@mina.apache.org) version: $Rev: 592697 $, $Date: 2007-11-07 04:01:58 -0700 (Wed, 07 Nov 2007) $
Returns an
IoSessionAttributeMap which is going to be associated
with the specified session. Please note that the returned
implementation must be thread-safe.
Returns an
WriteRequest which is going to be associated with
the specified session. Please note that the returned
implementation must be thread-safe and robust enough to deal
with various messages types (even what you didn't expect at all),
especially when you are going to implement a priority queue which
involves
Comparator .