| Package | Description |
|---|---|
| org.apache.mina.core.filterchain | |
| org.apache.mina.core.service |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultIoFilterChainBuilder
The default implementation of
IoFilterChainBuilder which is useful
in most cases. |
| Modifier and Type | Field and Description |
|---|---|
static IoFilterChainBuilder |
IoFilterChainBuilder.NOOP
An implementation which does nothing.
|
| Modifier and Type | Method and Description |
|---|---|
IoFilterChainBuilder |
AbstractIoService.getFilterChainBuilder()
Returns the
IoFilterChainBuilder which will build the
IoFilterChain of all IoSessions which is created
by this service. |
IoFilterChainBuilder |
IoService.getFilterChainBuilder()
Returns the
IoFilterChainBuilder which will build the
IoFilterChain of all IoSessions which is created
by this service. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractIoService.setFilterChainBuilder(IoFilterChainBuilder builder)
Sets the
IoFilterChainBuilder which will build the
IoFilterChain of all IoSessions which is created
by this service. |
void |
IoService.setFilterChainBuilder(IoFilterChainBuilder builder)
Sets the
IoFilterChainBuilder which will build the
IoFilterChain of all IoSessions which is created
by this service. |
Copyright © 2004–2017 Apache MINA Project. All rights reserved.