Interface FilterChainEnabledTransport
-
- All Known Implementing Classes:
TCPNIOTransport,UDPNIOTransport
public interface FilterChainEnabledTransportCommon interface for Transports, which supportFilterChains.- Author:
- Alexey Stashok
- See Also:
Transport,FilterChain
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FiltergetTransportFilter()Get transportFilter, which is aware ofTransportspecifics; knows how to read/write from/toTransportspecificConnectionstreams.
-
-
-
Method Detail
-
getTransportFilter
Filter getTransportFilter()
Get transportFilter, which is aware ofTransportspecifics; knows how to read/write from/toTransportspecificConnectionstreams. EachTransportshould provide transportFilterimplementation.- Returns:
- transport
Filter, which is aware ofTransportspecifics; knows how to read/write from/toTransportspecificConnections.
-
-