org.apache.directory.mitosis.service.protocol.codec
Class BeginLogEntriesAckMessageDecoder

java.lang.Object
  extended by org.apache.directory.mitosis.service.protocol.codec.BaseMessageDecoder
      extended by org.apache.directory.mitosis.service.protocol.codec.ResponseMessageDecoder
          extended by org.apache.directory.mitosis.service.protocol.codec.BeginLogEntriesAckMessageDecoder
All Implemented Interfaces:
org.apache.mina.filter.codec.demux.MessageDecoder

public class BeginLogEntriesAckMessageDecoder
extends ResponseMessageDecoder


Field Summary
 
Fields inherited from interface org.apache.mina.filter.codec.demux.MessageDecoder
NEED_DATA, NOT_OK, OK
 
Constructor Summary
BeginLogEntriesAckMessageDecoder()
           
 
Method Summary
protected  BaseMessage decodeBody(Registries registries, int sequence, int bodyLength, int responseCode, org.apache.mina.common.ByteBuffer in)
           
 void finishDecode(org.apache.mina.common.IoSession session, org.apache.mina.filter.codec.ProtocolDecoderOutput out)
           
 
Methods inherited from class org.apache.directory.mitosis.service.protocol.codec.ResponseMessageDecoder
decodeBody
 
Methods inherited from class org.apache.directory.mitosis.service.protocol.codec.BaseMessageDecoder
decodable, decode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeginLogEntriesAckMessageDecoder

public BeginLogEntriesAckMessageDecoder()
Method Detail

decodeBody

protected BaseMessage decodeBody(Registries registries,
                                 int sequence,
                                 int bodyLength,
                                 int responseCode,
                                 org.apache.mina.common.ByteBuffer in)
                          throws java.lang.Exception
Specified by:
decodeBody in class ResponseMessageDecoder
Throws:
java.lang.Exception

finishDecode

public void finishDecode(org.apache.mina.common.IoSession session,
                         org.apache.mina.filter.codec.ProtocolDecoderOutput out)
                  throws java.lang.Exception
Throws:
java.lang.Exception


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