Uses of Interface
org.opends.server.protocols.http.HttpClientConnectionContext.RequestHandler
Packages that use HttpClientConnectionContext.RequestHandler
Package
Description
Contains the implementation for the Directory Server connection handler that is responsible for interacting with
clients using HTTP.
-
Uses of HttpClientConnectionContext.RequestHandler in org.opends.server.protocols.http
Constructors in org.opends.server.protocols.http with parameters of type HttpClientConnectionContext.RequestHandlerModifierConstructorDescriptionHttpClientConnectionContext
(org.forgerock.services.context.Context parent, ClientConnection clientConnection, HttpClientConnectionContext.RequestHandler requestHandler, ServerContext serverContext) Creates a new HTTP client connection context.