Module org.glassfish.grizzly
Interface FilterChainEnabledTransport
- All Known Implementing Classes:
TCPNIOTransport,UDPNIOTransport
public interface FilterChainEnabledTransport
Common interface for Transports, which support
FilterChains.- Author:
- Alexey Stashok
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionGet transportFilter, which is aware ofTransportspecifics; knows how to read/write from/toTransportspecificConnectionstreams.
-
Method Details
-
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.
-