|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IoFilterChain | |
|---|---|
| org.littleshoot.mina.common | Common types required for users to use MINA. |
| org.littleshoot.mina.common.support | Internal classes used by org.apache.mina.common package. |
| org.littleshoot.mina.filter | Useful IoFilter implementations. |
| org.littleshoot.mina.filter.codec | Filter implementations that helps you to implement complex protocols via 'codec' concept. |
| org.littleshoot.mina.transport.socket.nio.support | Internal classes used by org.apache.mina.transport.socket.nio package. |
| org.littleshoot.mina.transport.vmpipe.support | Internal classes used by org.apache.mina.transport.vmpipe package. |
| Uses of IoFilterChain in org.littleshoot.mina.common |
|---|
| Methods in org.littleshoot.mina.common that return IoFilterChain | |
|---|---|
IoFilterChain |
IoSession.getFilterChain()
Returns the filter chain that only affects this session. |
| Methods in org.littleshoot.mina.common with parameters of type IoFilterChain | |
|---|---|
void |
IoFilterChainBuilder.buildFilterChain(IoFilterChain chain)
Modifies the specified chain. |
void |
ExecutorThreadModel.buildFilterChain(IoFilterChain chain)
|
void |
DefaultIoFilterChainBuilder.buildFilterChain(IoFilterChain chain)
|
void |
IoFilterAdapter.onPostAdd(IoFilterChain parent,
String name,
IoFilter.NextFilter nextFilter)
|
void |
IoFilter.onPostAdd(IoFilterChain parent,
String name,
IoFilter.NextFilter nextFilter)
Invoked after this filter is added to the specified parent. |
void |
IoFilterAdapter.onPostRemove(IoFilterChain parent,
String name,
IoFilter.NextFilter nextFilter)
|
void |
IoFilter.onPostRemove(IoFilterChain parent,
String name,
IoFilter.NextFilter nextFilter)
Invoked after this filter is removed from the specified parent. |
void |
IoFilterAdapter.onPreAdd(IoFilterChain parent,
String name,
IoFilter.NextFilter nextFilter)
|
void |
IoFilter.onPreAdd(IoFilterChain parent,
String name,
IoFilter.NextFilter nextFilter)
Invoked before this filter is added to the specified parent. |
void |
IoFilterAdapter.onPreRemove(IoFilterChain parent,
String name,
IoFilter.NextFilter nextFilter)
|
void |
IoFilter.onPreRemove(IoFilterChain parent,
String name,
IoFilter.NextFilter nextFilter)
Invoked before this filter is removed from the specified parent. |
| Uses of IoFilterChain in org.littleshoot.mina.common.support |
|---|
| Classes in org.littleshoot.mina.common.support that implement IoFilterChain | |
|---|---|
class |
AbstractIoFilterChain
An abstract implementation of IoFilterChain that provides
common operations for developers to implement their own transport layer. |
| Uses of IoFilterChain in org.littleshoot.mina.filter |
|---|
| Methods in org.littleshoot.mina.filter with parameters of type IoFilterChain | |
|---|---|
void |
ReadThrottleFilterBuilder.attach(IoFilterChain chain)
Attach this filter to the specified filter chain. |
void |
ReferenceCountingIoFilter.onPostAdd(IoFilterChain parent,
String name,
IoFilter.NextFilter nextFilter)
|
void |
ReferenceCountingIoFilter.onPostRemove(IoFilterChain parent,
String name,
IoFilter.NextFilter nextFilter)
|
void |
ReferenceCountingIoFilter.onPreAdd(IoFilterChain parent,
String name,
IoFilter.NextFilter nextFilter)
|
void |
ReferenceCountingIoFilter.onPreRemove(IoFilterChain parent,
String name,
IoFilter.NextFilter nextFilter)
|
| Uses of IoFilterChain in org.littleshoot.mina.filter.codec |
|---|
| Methods in org.littleshoot.mina.filter.codec with parameters of type IoFilterChain | |
|---|---|
void |
ProtocolCodecFilter.onPostRemove(IoFilterChain parent,
String name,
IoFilter.NextFilter nextFilter)
|
void |
ProtocolCodecFilter.onPreAdd(IoFilterChain parent,
String name,
IoFilter.NextFilter nextFilter)
|
| Uses of IoFilterChain in org.littleshoot.mina.transport.socket.nio.support |
|---|
| Methods in org.littleshoot.mina.transport.socket.nio.support that return IoFilterChain | |
|---|---|
IoFilterChain |
DatagramSessionImpl.getFilterChain()
|
| Uses of IoFilterChain in org.littleshoot.mina.transport.vmpipe.support |
|---|
| Classes in org.littleshoot.mina.transport.vmpipe.support that implement IoFilterChain | |
|---|---|
class |
VmPipeFilterChain
|
| Methods in org.littleshoot.mina.transport.vmpipe.support that return IoFilterChain | |
|---|---|
IoFilterChain |
VmPipeSessionImpl.getFilterChain()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||