Uses of Class
org.apache.mina.core.session.AttributeKey
-
Packages that use AttributeKey Package Description org.apache.mina.core.filterchain org.apache.mina.filter.ssl Classes that implement IoFilter and provide Secure Sockets Layer functionality.org.apache.mina.filter.stream Stream based IoFilter implementation.org.apache.mina.handler.multiton Enables creating a handler per session instead of having one handler for many sessions, using Multiton pattern. -
-
Uses of AttributeKey in org.apache.mina.core.filterchain
Fields in org.apache.mina.core.filterchain declared as AttributeKey Modifier and Type Field Description static AttributeKeyDefaultIoFilterChain. SESSION_CREATED_FUTURE -
Uses of AttributeKey in org.apache.mina.filter.ssl
Fields in org.apache.mina.filter.ssl declared as AttributeKey Modifier and Type Field Description protected static AttributeKeySslFilter. SSL_HANDLERReturns the SSL2Handler objectstatic AttributeKeySslFilter. SSL_SECUREDSSLSession object when the session is secured, otherwise null. -
Uses of AttributeKey in org.apache.mina.filter.stream
Fields in org.apache.mina.filter.stream declared as AttributeKey Modifier and Type Field Description protected static AttributeKeyAbstractStreamWriteFilter. CURRENT_STREAMThe attribute name used when binding the streaming object to the session.protected static AttributeKeyAbstractStreamWriteFilter. CURRENT_WRITE_REQUESTprotected static AttributeKeyAbstractStreamWriteFilter. WRITE_REQUEST_QUEUE -
Uses of AttributeKey in org.apache.mina.handler.multiton
Fields in org.apache.mina.handler.multiton declared as AttributeKey Modifier and Type Field Description static AttributeKeySingleSessionIoHandlerDelegate. HANDLERDeprecated.The key used to store theSingleSessionIoHandleras a session attribute.
-