Uses of Interface
org.forgerock.opendj.ldap.RequestHandler
Packages that use RequestHandler
Package
Description
Classes and interfaces for core types including connections, entries, and
attributes.
-
Uses of RequestHandler in org.forgerock.opendj.ldap
Subinterfaces of RequestHandler in org.forgerock.opendj.ldapModifier and TypeInterfaceDescriptioninterfaceDeprecated.will be removed as part of OPENDJ-3467.Classes in org.forgerock.opendj.ldap that implement RequestHandlerModifier and TypeClassDescriptionfinal classA simple in memory back-end which can be used for testing.Methods in org.forgerock.opendj.ldap that return RequestHandlerModifier and TypeMethodDescriptionRequestHandlerFactory.handleAccept(C clientContext) Invoked when a new client connection is accepted by the associated listener.Methods in org.forgerock.opendj.ldap with parameters of type RequestHandlerModifier and TypeMethodDescriptionstatic ConnectionConnections.newInternalConnection(RequestHandler<RequestContext> requestHandler) Creates a new internal client connection which will route requests to the providedRequestHandler.static ConnectionFactoryConnections.newInternalConnectionFactory(RequestHandler<RequestContext> requestHandler) Creates a new connection factory which binds internal client connections to the providedRequestHandlers.static <C> ServerConnectionFactory<C, Integer> Connections.newServerConnectionFactory(RequestHandler<RequestContext> requestHandler) Creates a new server connection factory using the providedRequestHandler.