|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.server.ldap.handlers.LdapRequestHandler<org.apache.directory.shared.ldap.message.internal.InternalUnbindRequest>
org.apache.directory.server.ldap.handlers.UnbindHandler
public class UnbindHandler
A no reply protocol handler implementation for LDAP InternalUnbindRequest
s.
Field Summary |
---|
Fields inherited from class org.apache.directory.server.ldap.handlers.LdapRequestHandler |
---|
ldapServer |
Fields inherited from interface org.apache.mina.handler.demux.MessageHandler |
---|
NOOP |
Constructor Summary | |
---|---|
UnbindHandler()
|
Method Summary | |
---|---|
void |
handle(LdapSession session,
org.apache.directory.shared.ldap.message.internal.InternalUnbindRequest unbindRequest)
Handle a Ldap message associated with a session |
Methods inherited from class org.apache.directory.server.ldap.handlers.LdapRequestHandler |
---|
getLdapServer, handleException, handleMessage, isConfidentialityRequirementSatisfied, rejectWithoutConfidentiality, setLdapServer |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UnbindHandler()
Method Detail |
---|
public void handle(LdapSession session, org.apache.directory.shared.ldap.message.internal.InternalUnbindRequest unbindRequest) throws java.lang.Exception
LdapRequestHandler
handle
in class LdapRequestHandler<org.apache.directory.shared.ldap.message.internal.InternalUnbindRequest>
session
- The associated sessionunbindRequest
- The message we have to handle
java.lang.Exception
- If there is an error during the processing of this message
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |