Uses of Interface
org.opends.server.loggers.HTTPRequestInfo
Packages that use HTTPRequestInfo
Package
Description
Contains implementations of Directory Server access, error, and debug loggers.
Contains the implementation for the Directory Server connection handler that is responsible for interacting with
clients using HTTP.
-
Uses of HTTPRequestInfo in org.opends.server.loggers
Methods in org.opends.server.loggers with parameters of type HTTPRequestInfoModifier and TypeMethodDescriptionstatic void
HTTPAccessLogger.logRequestInfo
(HTTPRequestInfo requestInfo) Logs the given HTTPRequestInfo.void
HTTPAccessLogPublisher.logRequestInfo
(HTTPRequestInfo requestInfo) Logs the request info according to the configured extended log format.void
TextHTTPAccessLogPublisher.logRequestInfo
(HTTPRequestInfo ri) -
Uses of HTTPRequestInfo in org.opends.server.protocols.http
Classes in org.opends.server.protocols.http that implement HTTPRequestInfoModifier and TypeClassDescriptionfinal class
This context contains the logging informations related to the request processing.