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: 725712 $, $Date: 2008-12-11 16:32:04 +0100 (Thu, 11 Dec 2008) $,
Author:
The Apache Directory Project (mina-dev@directory.apache.org)

Constructor Summary
Asn1CodecDecoder(StatefulDecoder decoder)
           
 
Method Summary
 void decode(org.apache.mina.core.session.IoSession session, org.apache.mina.core.buffer.IoBuffer 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.core.session.IoSession session,
                   org.apache.mina.core.buffer.IoBuffer in,
                   org.apache.mina.filter.codec.ProtocolDecoderOutput out)
            throws DecoderException
Throws:
DecoderException


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.