org.glassfish.grizzly.filterchain
Interface FilterChainEnabledTransport

All Known Implementing Classes:
TCPNIOTransport, UDPNIOTransport

public interface FilterChainEnabledTransport

Common interface for Transports, which support FilterChains.

Author:
Alexey Stashok
See Also:
Transport, FilterChain

Method Summary
 Filter getTransportFilter()
          Get transport Filter, which is aware of Transport specifics; knows how to read/write from/to Transport specific Connection streams.
 

Method Detail

getTransportFilter

Filter getTransportFilter()
Get transport Filter, which is aware of Transport specifics; knows how to read/write from/to Transport specific Connection streams. Each Transport should provide transport Filter implementation.

Returns:
transport Filter, which is aware of Transport specifics; knows how to read/write from/to Transport specific Connections.


Copyright © 2011 Oracle Corpration. All Rights Reserved.