org.apache.directory.server.changepw.protocol
Class ChangePasswordDecoder
java.lang.Object
org.apache.directory.server.changepw.protocol.ChangePasswordDecoder
- public class ChangePasswordDecoder
- extends java.lang.Object
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 |
ChangePasswordDecoder
public ChangePasswordDecoder()
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