Package | Description |
---|---|
org.apache.mina.api |
Base API for the MINA library.
|
org.apache.mina.filter.codec | |
org.apache.mina.filter.logging | |
org.apache.mina.filter.query | |
org.apache.mina.service |
Modifier and Type | Class and Description |
---|---|
class |
AbstractIoFilter
A convenient
IoFilter implementation to be sub-classed for easier IoFilter implementation. |
Modifier and Type | Method and Description |
---|---|
IoFilter[] |
IoService.getFilters()
Get the list of filters installed on this service
|
Modifier and Type | Method and Description |
---|---|
void |
IoService.setFilters(IoFilter... filters)
Set the list of filters for this service.
|
Modifier and Type | Class and Description |
---|---|
class |
ProtocolCodecFilter<MESSAGE,ENCODED,ENCODING_STATE,DECODING_STATE>
An
IoFilter which translates binary or protocol specific data into message objects and vice versa using
ProtocolCodecFactory , ProtocolEncoder , or ProtocolDecoder . |
Modifier and Type | Class and Description |
---|---|
class |
LoggingFilter
A simple filter logging incoming events.
|
Modifier and Type | Class and Description |
---|---|
class |
RequestFilter<REQUEST extends Request,RESPONSE extends Response>
A filter providing
IoFuture for request/response protocol. |
Modifier and Type | Method and Description |
---|---|
IoFilter[] |
AbstractIoService.getFilters()
Get the list of filters installed on this service
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractIoService.setFilters(IoFilter... filters)
Set the list of filters for this service.
|
Copyright © 2009–2013 Apache MINA Project. All rights reserved.