Uses of Interface
org.jboss.resteasy.tracing.RESTEasyTracingLogger
Package
Description
-
Uses of RESTEasyTracingLogger in org.jboss.resteasy.client.jaxrs.internal
Modifier and TypeFieldDescriptionprotected RESTEasyTracingLogger
ClientInvocation.tracingLogger
protected RESTEasyTracingLogger
ClientResponse.tracingLogger
ModifierConstructorDescriptionprotected
ClientResponse
(ClientConfiguration configuration, RESTEasyTracingLogger tracingLogger) protected
FinalizedClientResponse
(ClientConfiguration configuration, RESTEasyTracingLogger tracingLogger) Deprecated. -
Uses of RESTEasyTracingLogger in org.jboss.resteasy.core
Modifier and TypeMethodDescriptionprotected jakarta.ws.rs.core.Response
ExceptionHandler.executeExactExceptionMapper
(Throwable exception, RESTEasyTracingLogger logger) If there exists an Exception mapper for exception, execute it, otherwise, do NOT recurse up class hierarchy of exception.protected jakarta.ws.rs.core.Response
ExceptionHandler.executeExceptionMapper
(Throwable exception, RESTEasyTracingLogger logger) Execute an ExceptionMapper if one exists for the given exception.protected jakarta.ws.rs.core.Response
ExceptionHandler.executeExceptionMapperForClass
(Throwable exception, Class clazz, RESTEasyTracingLogger logger) protected jakarta.ws.rs.core.Response
ExceptionHandler.handleApplicationException
(HttpRequest request, ApplicationException e, RESTEasyTracingLogger logger) protected jakarta.ws.rs.core.Response
ExceptionHandler.handleReaderException
(HttpRequest request, ReaderException e, RESTEasyTracingLogger logger) protected jakarta.ws.rs.core.Response
ExceptionHandler.handleWriterException
(HttpRequest request, WriterException e, RESTEasyTracingLogger logger) protected jakarta.ws.rs.core.Response
ExceptionHandler.unwrapException
(HttpRequest request, Throwable e, RESTEasyTracingLogger logger) -
Uses of RESTEasyTracingLogger in org.jboss.resteasy.core.interception.jaxrs
Modifier and TypeFieldDescriptionprotected RESTEasyTracingLogger
AbstractReaderInterceptorContext.tracingLogger
protected RESTEasyTracingLogger
AbstractWriterInterceptorContext.tracingLogger
ModifierConstructorDescriptionAbstractReaderInterceptorContext
(jakarta.ws.rs.core.MediaType mediaType, ResteasyProviderFactory providerFactory, Annotation[] annotations, jakarta.ws.rs.ext.ReaderInterceptor[] interceptors, jakarta.ws.rs.core.MultivaluedMap<String, String> headers, Type genericType, Class type, InputStream inputStream, RESTEasyTracingLogger logger) AbstractWriterInterceptorContext
(jakarta.ws.rs.ext.WriterInterceptor[] interceptors, Annotation[] annotations, Object entity, Type genericType, jakarta.ws.rs.core.MediaType mediaType, Class type, OutputStream outputStream, ResteasyProviderFactory providerFactory, jakarta.ws.rs.core.MultivaluedMap<String, Object> headers, RESTEasyTracingLogger logger) ClientReaderInterceptorContext
(jakarta.ws.rs.ext.ReaderInterceptor[] interceptors, ResteasyProviderFactory providerFactory, Class type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String, String> headers, InputStream inputStream, Map<String, Object> properties, RESTEasyTracingLogger tracingLogger) ClientWriterInterceptorContext
(jakarta.ws.rs.ext.WriterInterceptor[] interceptors, ResteasyProviderFactory providerFactory, Object entity, Class type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String, Object> headers, OutputStream outputStream, Map<String, Object> properties, RESTEasyTracingLogger tracingLogger) -
Uses of RESTEasyTracingLogger in org.jboss.resteasy.core.providerfactory
Modifier and TypeMethodDescription<T> jakarta.ws.rs.ext.MessageBodyReader
<T> ResteasyProviderFactoryImpl.getServerMessageBodyReader
(Class<T> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, RESTEasyTracingLogger tracingLogger) <T> jakarta.ws.rs.ext.MessageBodyWriter
<T> ResteasyProviderFactoryImpl.getServerMessageBodyWriter
(Class<T> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, RESTEasyTracingLogger tracingLogger) -
Uses of RESTEasyTracingLogger in org.jboss.resteasy.tracing
Modifier and TypeMethodDescriptionstatic RESTEasyTracingLogger
RESTEasyTracingLogger.create
(String invocationId, jakarta.ws.rs.core.Configuration configuration, String loggerNameSuffix) Create new Tracing logger.static RESTEasyTracingLogger
Create new Tracing logger.static RESTEasyTracingLogger
RESTEasyTracingLogger.create
(String requestId, String tracingThreshold, String tracingLoggerNameSuffix, String tracingInfoFormat) static RESTEasyTracingLogger
RESTEasyTracingLogger.empty()
static RESTEasyTracingLogger
RESTEasyTracingLogger.getInstance
(HttpRequest request) Returns instance ofTracingLogger
associated with current request processing (propertiesDelegate
).