org.glassfish.grizzly.filterchain
Class DefaultFilterChainCodec

java.lang.Object
  extended by org.glassfish.grizzly.filterchain.DefaultFilterChainCodec
All Implemented Interfaces:
Codec

public class DefaultFilterChainCodec
extends Object
implements Codec

DefaultFilterChain codec implementation.

Author:
Alexey Stashok
See Also:
Codec

Constructor Summary
DefaultFilterChainCodec(DefaultFilterChain filterChain)
           
 
Method Summary
 DefaultDecoderTransformer getDecoder()
           
 DefaultEncoderTransformer getEncoder()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultFilterChainCodec

public DefaultFilterChainCodec(DefaultFilterChain filterChain)
Method Detail

getDecoder

public DefaultDecoderTransformer getDecoder()
Specified by:
getDecoder in interface Codec

getEncoder

public DefaultEncoderTransformer getEncoder()
Specified by:
getEncoder in interface Codec


Copyright © 2009 SUN Microsystems. All Rights Reserved.