org.apache.directory.server.kerberos.shared.io.encoder
Class ApplicationReplyEncoder

java.lang.Object
  extended by org.apache.directory.server.kerberos.shared.io.encoder.ApplicationReplyEncoder

public class ApplicationReplyEncoder
extends java.lang.Object

Version:
$Rev: 540371 $, $Date: 2007-05-22 02:00:43 +0200 (Tue, 22 May 2007) $
Author:
Apache Directory Project

Field Summary
static int APPLICATION_CODE
          Application code constant for the ApplicationReply (15).
 
Constructor Summary
ApplicationReplyEncoder()
           
 
Method Summary
 byte[] encode(ApplicationReply reply)
          Encodes an ApplicationReply into a byte array.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

APPLICATION_CODE

public static final int APPLICATION_CODE
Application code constant for the ApplicationReply (15).

See Also:
Constant Field Values
Constructor Detail

ApplicationReplyEncoder

public ApplicationReplyEncoder()
Method Detail

encode

public byte[] encode(ApplicationReply reply)
              throws java.io.IOException
Encodes an ApplicationReply into a byte array.

Parameters:
reply -
Returns:
The byte array.
Throws:
java.io.IOException


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