com.sun.grizzly.filterchain
Interface CodecFilter<K,L>

All Superinterfaces:
Codec<K,L>, Filter
All Known Implementing Classes:
SmartFilter, SSLFilter

public interface CodecFilter<K,L>
extends Filter, Codec<K,L>

Author:
Alexey Stashok

Method Summary
 
Methods inherited from interface com.sun.grizzly.filterchain.Filter
exceptionOccurred, handleAccept, handleClose, handleConnect, handleRead, handleWrite, postAccept, postClose, postConnect, postRead, postWrite
 
Methods inherited from interface com.sun.grizzly.Codec
getDecoder, getEncoder
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.