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

java.lang.Object
  extended by org.apache.mina.filter.codec.ProtocolEncoderAdapter
      extended by org.apache.directory.server.kerberos.protocol.KerberosTcpEncoder
All Implemented Interfaces:
org.apache.mina.filter.codec.ProtocolEncoder

public class KerberosTcpEncoder
extends org.apache.mina.filter.codec.ProtocolEncoderAdapter

Version:
$Rev$, $Date$
Author:
Apache Directory Project

Constructor Summary
KerberosTcpEncoder()
           
 
Method Summary
 void encode(org.apache.mina.common.IoSession session, java.lang.Object message, org.apache.mina.filter.codec.ProtocolEncoderOutput out)
           
 
Methods inherited from class org.apache.mina.filter.codec.ProtocolEncoderAdapter
dispose
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KerberosTcpEncoder

public KerberosTcpEncoder()
Method Detail

encode

public void encode(org.apache.mina.common.IoSession session,
                   java.lang.Object message,
                   org.apache.mina.filter.codec.ProtocolEncoderOutput out)
            throws java.io.IOException
Throws:
java.io.IOException


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