Uses of Interface
org.opends.server.loggers.HTTPRequestInfo
-
Packages that use HTTPRequestInfo Package Description org.opends.server.loggers Contains implementations of Directory Server access, error, and debug loggers.org.opends.server.protocols.http 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 HTTPRequestInfo Modifier and Type Method Description static voidHTTPAccessLogger. logRequestInfo(HTTPRequestInfo requestInfo)Logs the given HTTPRequestInfo.voidHTTPAccessLogPublisher. logRequestInfo(HTTPRequestInfo requestInfo)Logs the request info according to the configured extended log format.voidTextHTTPAccessLogPublisher. logRequestInfo(HTTPRequestInfo ri) -
Uses of HTTPRequestInfo in org.opends.server.protocols.http
Classes in org.opends.server.protocols.http that implement HTTPRequestInfo Modifier and Type Class Description classHttpLogContextThis context contains the logging informations related to the request processing.
-