Uses of Interface
org.apache.http.ExceptionLogger
Packages that use ExceptionLogger
Package
Description
Core HTTP component APIs and primitives.
Embedded server and server bootstrap.
-
Uses of ExceptionLogger in org.apache.http
Fields in org.apache.http declared as ExceptionLoggerModifier and TypeFieldDescriptionstatic final ExceptionLogger
ExceptionLogger.NO_OP
static final ExceptionLogger
ExceptionLogger.STD_ERR
-
Uses of ExceptionLogger in org.apache.http.impl.bootstrap
Methods in org.apache.http.impl.bootstrap with parameters of type ExceptionLoggerModifier and TypeMethodDescriptionfinal ServerBootstrap
ServerBootstrap.setExceptionLogger
(ExceptionLogger exceptionLogger) AssignsExceptionLogger
instance.