Uses of Interface
org.jboss.resteasy.tracing.RESTEasyTracingLogger
Packages that use RESTEasyTracingLogger
Package
Description
-
Uses of RESTEasyTracingLogger in org.jboss.resteasy.client.jaxrs.internal
Fields in org.jboss.resteasy.client.jaxrs.internal declared as RESTEasyTracingLoggerModifier and TypeFieldDescriptionprotected RESTEasyTracingLogger
ClientInvocation.tracingLogger
protected RESTEasyTracingLogger
ClientResponse.tracingLogger
Methods in org.jboss.resteasy.client.jaxrs.internal that return RESTEasyTracingLoggerConstructors in org.jboss.resteasy.client.jaxrs.internal with parameters of type RESTEasyTracingLoggerModifierConstructorDescriptionprotected
ClientResponse
(ClientConfiguration configuration, RESTEasyTracingLogger tracingLogger) protected
FinalizedClientResponse
(ClientConfiguration configuration, RESTEasyTracingLogger tracingLogger) Deprecated. -
Uses of RESTEasyTracingLogger in org.jboss.resteasy.core
Methods in org.jboss.resteasy.core with parameters of type RESTEasyTracingLoggerModifier 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
Fields in org.jboss.resteasy.core.interception.jaxrs declared as RESTEasyTracingLoggerModifier and TypeFieldDescriptionprotected RESTEasyTracingLogger
AbstractReaderInterceptorContext.tracingLogger
protected RESTEasyTracingLogger
AbstractWriterInterceptorContext.tracingLogger
Constructors in org.jboss.resteasy.core.interception.jaxrs with parameters of type RESTEasyTracingLoggerModifierConstructorDescriptionAbstractReaderInterceptorContext
(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
Methods in org.jboss.resteasy.core.providerfactory with parameters of type RESTEasyTracingLoggerModifier 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
Fields in org.jboss.resteasy.tracing declared as RESTEasyTracingLoggerMethods in org.jboss.resteasy.tracing that return RESTEasyTracingLoggerModifier 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
).