org.apache.directory.server.kerberos.protocol
Class KerberosDecoder

java.lang.Object
  extended byorg.apache.directory.server.kerberos.protocol.KerberosDecoder

public class KerberosDecoder
extends java.lang.Object


Constructor Summary
KerberosDecoder()
           
 
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

KerberosDecoder

public KerberosDecoder()
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