|
||||||||||
| 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.UnbindRequest>
org.apache.directory.server.ldap.handlers.UnbindHandler
public class UnbindHandler
A no reply protocol handler implementation for LDAP UnbindRequests.
| Field Summary |
|---|
| Fields inherited from class org.apache.directory.server.ldap.handlers.LdapRequestHandler |
|---|
ldapService |
| 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.UnbindRequest request)
Handle a Ldap message associated with a session |
| Methods inherited from class org.apache.directory.server.ldap.handlers.LdapRequestHandler |
|---|
getLdapServer, isConfidentialityRequirementSatisfied, messageReceived, 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.UnbindRequest request)
throws java.lang.Exception
LdapRequestHandler
handle in class LdapRequestHandler<org.apache.directory.shared.ldap.message.UnbindRequest>session - The associated sessionrequest - 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 | |||||||||