Uses of Class
org.pfsw.tools.beluga.ldap.messages.RequestMessage

Packages that use RequestMessage
org.pfsw.tools.beluga.ldap.messages   
org.pfsw.tools.beluga.ldap.protocol   
org.pfsw.tools.beluga.ldap.server   
 

Uses of RequestMessage in org.pfsw.tools.beluga.ldap.messages
 

Subclasses of RequestMessage in org.pfsw.tools.beluga.ldap.messages
 class AddRequest
          Represent a a request to add an object
 class BindRequest
          Represents a bind request from a client.
 class DeleteRequest
          Represents a delete request.
 class ModifyRequest
          Message for modify requests
 class SearchRequest
          Represents a LDAP serach request message
 class UnbindRequest
          Represents the LDAPv3 unbind message.
 

Constructors in org.pfsw.tools.beluga.ldap.messages with parameters of type RequestMessage
ResultResponse(RequestMessage request)
          Initialize the new instance with a request message.
 

Uses of RequestMessage in org.pfsw.tools.beluga.ldap.protocol
 

Methods in org.pfsw.tools.beluga.ldap.protocol that return RequestMessage
 RequestMessage LDAPRequestParser.parseRequest(byte[] data)
          Parse the ASN.1 encoded LDAP request and return the data in a Java object
 

Uses of RequestMessage in org.pfsw.tools.beluga.ldap.server
 

Methods in org.pfsw.tools.beluga.ldap.server with parameters of type RequestMessage
 boolean IRequestInterceptor.handleRequest(RequestMessage requestMessage)
          Handles the given request message in some way.
 

Constructors in org.pfsw.tools.beluga.ldap.server with parameters of type RequestMessage
Transaction(CommunicationChannel commChannel, RequestMessage request)
          Initialize the new instance with a communication channel.
 



Copyright © 2012 Manfred Duchrow Consulting & Software. All Rights Reserved.