org.apache.directory.server.kerberos.protocol.codec
Class KerberosEncoder

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

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

Author:
Apache Directory Project

Constructor Summary
KerberosEncoder()
           
 
Method Summary
 void encode(org.apache.mina.core.session.IoSession session, 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

KerberosEncoder

public KerberosEncoder()
Method Detail

encode

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


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.