Package | Description |
---|---|
org.glassfish.jersey.message.internal |
Common Jersey internal messaging classes.
|
org.glassfish.jersey.server |
Jersey server-side classes.
|
org.glassfish.jersey.server.internal.routing |
Jersey server-side internal resource routing classes.
|
Modifier and Type | Class and Description |
---|---|
private static class |
TracingLogger.TracingLoggerImpl
Real implementation of tracing logger.
|
Modifier and Type | Field and Description |
---|---|
private static TracingLogger |
TracingLogger.EMPTY
Empty (no-op) tracing logger.
|
private TracingLogger |
InterceptorExecutor.tracingLogger |
private TracingLogger |
TracingAwarePropertiesDelegate.tracingLogger |
Modifier and Type | Method and Description |
---|---|
static TracingLogger |
TracingLogger.create(TracingLogger.Level threshold,
java.lang.String loggerNameSuffix)
Create new Tracing logger.
|
static TracingLogger |
TracingLogger.empty()
Get an empty (no-op) tracing logger instance.
|
static TracingLogger |
TracingLogger.getInstance(PropertiesDelegate propertiesDelegate)
Returns instance of
TracingLogger associated with current request processing
(propertiesDelegate ). |
protected TracingLogger |
InterceptorExecutor.getTracingLogger()
Get tracing logger instance configured in via properties.
|
Modifier and Type | Field and Description |
---|---|
private TracingLogger |
ContainerFilteringStage.ResponseFilterStage.tracingLogger |
private TracingLogger |
ServerRuntime.Responder.tracingLogger |
Constructor and Description |
---|
ResponseFilterStage(RequestProcessingContext processingContext,
java.lang.Iterable<RankedProvider<javax.ws.rs.container.ContainerResponseFilter>> filters,
TracingLogger tracingLogger) |
Modifier and Type | Field and Description |
---|---|
private TracingLogger |
UriRoutingContext.tracingLogger |