| Package | Description |
|---|---|
| org.apache.mina.core.filterchain |
| Modifier and Type | Field and Description |
|---|---|
private DefaultIoFilterChain.EntryImpl |
DefaultIoFilterChain.head
The chain head
|
private DefaultIoFilterChain.EntryImpl |
DefaultIoFilterChain.EntryImpl.nextEntry |
private DefaultIoFilterChain.EntryImpl |
DefaultIoFilterChain.EntryImpl.prevEntry |
private DefaultIoFilterChain.EntryImpl |
DefaultIoFilterChain.tail
The chain tail
|
| Modifier and Type | Method and Description |
|---|---|
private DefaultIoFilterChain.EntryImpl |
DefaultIoFilterChain.checkOldName(java.lang.String baseName)
Throws an exception when the specified filter name is not registered in this chain.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
DefaultIoFilterChain.deregister(DefaultIoFilterChain.EntryImpl entry) |
private void |
DefaultIoFilterChain.deregister0(DefaultIoFilterChain.EntryImpl entry) |
private void |
DefaultIoFilterChain.register(DefaultIoFilterChain.EntryImpl prevEntry,
java.lang.String name,
IoFilter filter)
Register the newly added filter, inserting it between the previous and
the next filter in the filter's chain.
|
| Constructor and Description |
|---|
EntryImpl(DefaultIoFilterChain.EntryImpl prevEntry,
DefaultIoFilterChain.EntryImpl nextEntry,
java.lang.String name,
IoFilter filter) |