org.apache.directory.server.changepw.protocol
Class ChangePasswordDecoder

java.lang.Object
  extended byorg.apache.directory.server.changepw.protocol.ChangePasswordDecoder

public class ChangePasswordDecoder
extends java.lang.Object


Constructor Summary
ChangePasswordDecoder()
           
 
Method Summary
 void decode(IoSession session, ByteBuffer in, ProtocolDecoderOutput out)
           
 void dispose(IoSession session)
           
 void finishDecode(IoSession session, ProtocolDecoderOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChangePasswordDecoder

public ChangePasswordDecoder()
Method Detail

decode

public void decode(IoSession session,
                   ByteBuffer in,
                   ProtocolDecoderOutput out)
            throws java.io.IOException
Throws:
java.io.IOException

dispose

public void dispose(IoSession session)
             throws java.lang.Exception
Throws:
java.lang.Exception

finishDecode

public void finishDecode(IoSession session,
                         ProtocolDecoderOutput out)
                  throws java.lang.Exception
Throws:
java.lang.Exception