|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.ldap.client.api.protocol.LdapProtocolEncoder
public class LdapProtocolEncoder
A LDAP encoder.
Constructor Summary | |
---|---|
LdapProtocolEncoder()
|
Method Summary | |
---|---|
void |
dispose(org.apache.mina.core.session.IoSession session)
|
void |
encode(org.apache.mina.core.session.IoSession session,
java.lang.Object request,
org.apache.mina.filter.codec.ProtocolEncoderOutput out)
Encode a Ldap request and write it to the remote server. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LdapProtocolEncoder()
Method Detail |
---|
public void encode(org.apache.mina.core.session.IoSession session, java.lang.Object request, org.apache.mina.filter.codec.ProtocolEncoderOutput out) throws java.lang.Exception
encode
in interface org.apache.mina.filter.codec.ProtocolEncoder
session
- The session containing the LdapMessageContainerrequest
- The LDAP message we have to encode to a Byte streamout
- The callback we have to invoke when the message has been encoded
java.lang.Exception
public void dispose(org.apache.mina.core.session.IoSession session) throws java.lang.Exception
dispose
in interface org.apache.mina.filter.codec.ProtocolEncoder
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |