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

java.lang.Object
  extended by org.apache.directory.server.kerberos.protocol.KerberosProtocolCodecFactory

public class KerberosProtocolCodecFactory
extends java.lang.Object


Method Summary
 ProtocolDecoder getDecoder()
           
 ProtocolEncoder getEncoder()
           
static KerberosProtocolCodecFactory getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static KerberosProtocolCodecFactory getInstance()

getEncoder

public ProtocolEncoder getEncoder()

getDecoder

public ProtocolDecoder getDecoder()