|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttributeKey | |
---|---|
org.apache.mina.core.filterchain | |
org.apache.mina.filter.compression | |
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 | |
---|---|
static AttributeKey |
DefaultIoFilterChain.SESSION_CREATED_FUTURE
A session attribute that stores an IoFuture related with
the IoSession . |
Uses of AttributeKey in org.apache.mina.filter.compression |
---|
Fields in org.apache.mina.filter.compression declared as AttributeKey | |
---|---|
static AttributeKey |
CompressionFilter.DISABLE_COMPRESSION_ONCE
A flag that allows you to disable compression once. |
Uses of AttributeKey in org.apache.mina.filter.ssl |
---|
Fields in org.apache.mina.filter.ssl declared as AttributeKey | |
---|---|
static AttributeKey |
SslFilter.DISABLE_ENCRYPTION_ONCE
A session attribute key that makes next one write request bypass this filter (not encrypting the data). |
static AttributeKey |
SslFilter.PEER_ADDRESS
A session attribute key that should be set to an InetSocketAddress . |
static AttributeKey |
SslFilter.SSL_SESSION
A session attribute key that stores underlying SSLSession
for each session. |
static AttributeKey |
SslFilter.USE_NOTIFICATION
A session attribute key that makes this filter to emit a IoHandler.messageReceived(IoSession, Object) event with a
special message (SslFilter.SESSION_SECURED or SslFilter.SESSION_UNSECURED ). |
Uses of AttributeKey in org.apache.mina.filter.stream |
---|
Fields in org.apache.mina.filter.stream declared as AttributeKey | |
---|---|
protected AttributeKey |
AbstractStreamWriteFilter.CURRENT_STREAM
The attribute name used when binding the streaming object to the session. |
protected AttributeKey |
AbstractStreamWriteFilter.CURRENT_WRITE_REQUEST
|
protected AttributeKey |
AbstractStreamWriteFilter.WRITE_REQUEST_QUEUE
|
Uses of AttributeKey in org.apache.mina.handler.multiton |
---|
Fields in org.apache.mina.handler.multiton declared as AttributeKey | |
---|---|
static AttributeKey |
SingleSessionIoHandlerDelegate.HANDLER
The key used to store the SingleSessionIoHandler as a session
attribute. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |