| Package | Description |
|---|---|
| org.apache.mina.core.filterchain | |
| org.apache.mina.core.service |
| Modifier and Type | Class | Description |
|---|---|---|
class |
DefaultIoFilterChainBuilder |
The default implementation of
IoFilterChainBuilder which is useful
in most cases. |
| Modifier and Type | Field | Description |
|---|---|---|
static IoFilterChainBuilder |
IoFilterChainBuilder.NOOP |
An implementation which does nothing.
|
| Modifier and Type | Method | Description |
|---|---|---|
IoFilterChainBuilder |
AbstractIoService.getFilterChainBuilder() |
|
IoFilterChainBuilder |
IoService.getFilterChainBuilder() |
| Modifier and Type | Method | 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–2018 Apache MINA Project. All rights reserved.