Package com.sun.grizzly.filter

Class Summary
EchoAsyncWriteQueueFilter Simple echo filter
EchoFilter Simple echo filter
LogFilter Simple filter that log that output the bytes read.
ParserProtocolFilter Simple ProtocolFilter implementation which read the available bytes and delegate the decision of reading more bytes or not to a ProtocolParser.
ReadFilter Simple ProtocolFilter implementation which read the available bytes and delegate the processing to the next ProtocolFilter in the ProtocolChain.
SSLEchoAsyncWriteQueueFilter SSL echo filter, which uses AsyncQueueWriter
SSLEchoFilter Simple echo filter
SSLReadFilter Simple ProtocolFilter implementation which execute an SSL handshake and decrypt the bytes, the pass the control to the next filter.
UDPReadFilter Deprecated. The ReadFilter can be used for both TCP and UDP.
UDPWriteFilter Simple ProtocolFilter implementation which write the available bytes and delegate the processing to the next ProtocolFilter in the ProtocolChain.
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.