org.apache.directory.server.kerberos.shared.io.decoder
Class KdcRequestDecoder

java.lang.Object
  extended by org.apache.directory.server.kerberos.shared.io.decoder.KdcRequestDecoder

public class KdcRequestDecoder
extends java.lang.Object

Version:
$Rev: 590715 $, $Date: 2007-10-31 16:23:32 +0100 (Wed, 31 Oct 2007) $
Author:
Apache Directory Project

Constructor Summary
KdcRequestDecoder()
           
 
Method Summary
 KdcRequest decode(java.nio.ByteBuffer in)
          Decodes a ByteBuffer into a KdcRequest.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KdcRequestDecoder

public KdcRequestDecoder()
Method Detail

decode

public KdcRequest decode(java.nio.ByteBuffer in)
                  throws java.io.IOException
Decodes a ByteBuffer into a KdcRequest.

Parameters:
in -
Returns:
The KdcRequest.
Throws:
java.io.IOException


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