org.apache.directory.server.ldap.handlers.request
Class CompareRequestHandler

java.lang.Object
  extended by org.apache.directory.server.ldap.handlers.LdapRequestHandler<org.apache.directory.api.ldap.model.message.CompareRequest>
      extended by org.apache.directory.server.ldap.handlers.request.CompareRequestHandler
All Implemented Interfaces:
org.apache.mina.handler.demux.MessageHandler<org.apache.directory.api.ldap.model.message.CompareRequest>

public class CompareRequestHandler
extends LdapRequestHandler<org.apache.directory.api.ldap.model.message.CompareRequest>

A single reply MessageReceived handler for CompareRequests.

Author:
Apache Directory Project

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
CompareRequestHandler()
           
 
Method Summary
 void handle(LdapSession session, org.apache.directory.api.ldap.model.message.CompareRequest req)
          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

CompareRequestHandler

public CompareRequestHandler()
Method Detail

handle

public void handle(LdapSession session,
                   org.apache.directory.api.ldap.model.message.CompareRequest req)
Handle a Ldap message associated with a session

Specified by:
handle in class LdapRequestHandler<org.apache.directory.api.ldap.model.message.CompareRequest>
Parameters:
session - The associated session
req - The message we have to handle


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.