org.apache.directory.shared.asn1.codec
Class Asn1CodecDecoder

java.lang.Object
  extended by org.apache.mina.filter.codec.ProtocolDecoderAdapter
      extended by org.apache.directory.shared.asn1.codec.Asn1CodecDecoder
All Implemented Interfaces:
org.apache.mina.filter.codec.ProtocolDecoder

public class Asn1CodecDecoder
extends org.apache.mina.filter.codec.ProtocolDecoderAdapter

Adapts StatefulDecoder to MINA ProtocolDecoder

Version:
$Rev: 442819 $, $Date: 2006-09-13 05:37:45 +0200 (Wed, 13 Sep 2006) $,
Author:
The Apache Directory Project (mina-dev@directory.apache.org)

Constructor Summary
Asn1CodecDecoder(StatefulDecoder decoder)
           
 
Method Summary
 void decode(org.apache.mina.common.IoSession session, org.apache.mina.common.ByteBuffer in, org.apache.mina.filter.codec.ProtocolDecoderOutput out)
           
 
Methods inherited from class org.apache.mina.filter.codec.ProtocolDecoderAdapter
dispose, finishDecode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Asn1CodecDecoder

public Asn1CodecDecoder(StatefulDecoder decoder)
Method Detail

decode

public void decode(org.apache.mina.common.IoSession session,
                   org.apache.mina.common.ByteBuffer in,
                   org.apache.mina.filter.codec.ProtocolDecoderOutput out)
            throws DecoderException
Throws:
DecoderException


Copyright © 2004-2012. All Rights Reserved.