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

java.lang.Object
  extended by org.apache.mina.filter.codec.ProtocolDecoderAdapter
      extended by org.apache.directory.server.kerberos.protocol.KerberosUdpDecoder
All Implemented Interfaces:
org.apache.mina.filter.codec.ProtocolDecoder

public class KerberosUdpDecoder
extends org.apache.mina.filter.codec.ProtocolDecoderAdapter

Version:
$Rev: 725712 $, $Date: 2008-12-11 16:32:04 +0100 (Thu, 11 Dec 2008) $
Author:
Apache Directory Project

Constructor Summary
KerberosUdpDecoder()
           
 
Method Summary
 void decode(org.apache.mina.core.session.IoSession session, org.apache.mina.core.buffer.IoBuffer in, org.apache.mina.filter.codec.ProtocolDecoderOutput out)
           
 
Methods inherited from class org.apache.mina.filter.codec.ProtocolDecoderAdapter
dispose, finishDecode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KerberosUdpDecoder

public KerberosUdpDecoder()
Method Detail

decode

public void decode(org.apache.mina.core.session.IoSession session,
                   org.apache.mina.core.buffer.IoBuffer in,
                   org.apache.mina.filter.codec.ProtocolDecoderOutput out)
            throws java.io.IOException
Throws:
java.io.IOException


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