org.apache.directory.server.changepw.protocol
Class ChangePasswordDecoder
java.lang.Object
org.apache.directory.server.changepw.protocol.ChangePasswordDecoder
- All Implemented Interfaces:
- org.apache.mina.filter.codec.ProtocolDecoder
public class ChangePasswordDecoder
- extends java.lang.Object
- implements org.apache.mina.filter.codec.ProtocolDecoder
Method Summary |
void |
decode(org.apache.mina.common.IoSession session,
org.apache.mina.common.ByteBuffer in,
org.apache.mina.filter.codec.ProtocolDecoderOutput out)
|
void |
dispose(org.apache.mina.common.IoSession session)
|
void |
finishDecode(org.apache.mina.common.IoSession session,
org.apache.mina.filter.codec.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(org.apache.mina.common.IoSession session,
org.apache.mina.common.ByteBuffer in,
org.apache.mina.filter.codec.ProtocolDecoderOutput out)
throws java.io.IOException
- Specified by:
decode
in interface org.apache.mina.filter.codec.ProtocolDecoder
- Throws:
java.io.IOException
dispose
public void dispose(org.apache.mina.common.IoSession session)
throws java.lang.Exception
- Specified by:
dispose
in interface org.apache.mina.filter.codec.ProtocolDecoder
- 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
- Specified by:
finishDecode
in interface org.apache.mina.filter.codec.ProtocolDecoder
- Throws:
java.lang.Exception
Copyright © 2003-2010 Apache Software Foundation. All Rights Reserved.