|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.directory.shared.ldap.codec.protocol.mina.LdapProtocolCodecFactory
public class LdapProtocolCodecFactory
The factory used to create the LDAP encoder and decoder.
| Field Summary | |
|---|---|
static String |
LDAP_DECODER
The LdapDecoder key |
static String |
LDAP_ENCODER
The LdapEncoder key |
static String |
MAX_PDU_SIZE
The tag stored into the session if we want to set a max PDU size |
| Constructor Summary | |
|---|---|
LdapProtocolCodecFactory()
|
|
| Method Summary | |
|---|---|
org.apache.mina.filter.codec.ProtocolDecoder |
getDecoder(org.apache.mina.core.session.IoSession session)
Get the LDAP decoder. |
org.apache.mina.filter.codec.ProtocolEncoder |
getEncoder(org.apache.mina.core.session.IoSession session)
Get the LDAP encoder. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String MAX_PDU_SIZE
public static final String LDAP_DECODER
public static final String LDAP_ENCODER
| Constructor Detail |
|---|
public LdapProtocolCodecFactory()
| Method Detail |
|---|
public org.apache.mina.filter.codec.ProtocolDecoder getDecoder(org.apache.mina.core.session.IoSession session)
getDecoder in interface org.apache.mina.filter.codec.ProtocolCodecFactorysession - the IO session
public org.apache.mina.filter.codec.ProtocolEncoder getEncoder(org.apache.mina.core.session.IoSession session)
getEncoder in interface org.apache.mina.filter.codec.ProtocolCodecFactorysession - the IO session
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||