|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FilterChainEnabledTransport
Common interface for Transports, which support FilterChains.
Transport,
FilterChainFactory,
FilterChain| Method Summary | |
|---|---|
FilterChain |
getFilterChain()
Get FilterChain instance. |
FilterChainFactory |
getFilterChainFactory()
Get FilterChainFactory, responsible to construct
FilterChain instance. |
Filter |
getMessageTransportFilter()
Get transport Filter, which is aware of Transport
specifics; knows how to read/write from/to Transport. |
Filter |
getStreamTransportFilter()
Get transport Filter, which is aware of Transport
specifics; knows how to read/write from/to Transport
specific Connection streams. |
void |
setFilterChainFactory(FilterChainFactory factory)
Set FilterChainFactory, responsible to construct
FilterChain instance. |
| Method Detail |
|---|
FilterChainFactory getFilterChainFactory()
FilterChainFactory, responsible to construct
FilterChain instance.
FilterChainFactory, responsible to construct
FilterChain instance.void setFilterChainFactory(FilterChainFactory factory)
FilterChainFactory, responsible to construct
FilterChain instance.
factory - FilterChainFactory, responsible to construct
FilterChain instance.FilterChain getFilterChain()
FilterChain instance.
FilterChain instance.Filter getStreamTransportFilter()
Filter, which is aware of Transport
specifics; knows how to read/write from/to Transport
specific Connection streams.
This Filter is used, if FilterChain supposed to work
in stream mode.
Each Transport should provide stream transport Filter
implementation.
Filter, which is aware of Transport
specifics; knows how to read/write from/to Transport
specific Connection streams.Filter getMessageTransportFilter()
Filter, which is aware of Transport
specifics; knows how to read/write from/to Transport.
This Filter is used, if FilterChain supposed to work
in message mode.
Each Transport should provide stream transport Filter
implementation.
Filter, which is aware of Transport
specifics; knows how to read/write from/to Transport
specific Connections.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||