org.glassfish.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 org.glassfish.grizzly.filterchain.Filter
exceptionOccurred, getIndex, handleAccept, handleClose, handleConnect, handleRead, handleWrite, isIndexable, postAccept, postClose, postConnect, postRead, postWrite, setIndex
 
Methods inherited from interface org.glassfish.grizzly.Codec
getDecoder, getEncoder
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.