JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
C
F
I
J
O
P
R
T
C
ClientSpanDecorator
- Class in
io.opns.otl.jaxrs.filter
Interface that represents a span decorator for jax rs client.
ClientSpanDecorator()
- Constructor for class io.opns.otl.jaxrs.filter.
ClientSpanDecorator
ContainerSpanDecorator
- Class in
io.opns.otl.jaxrs.filter
Interface that represents a span decorator for jax rs.
ContainerSpanDecorator()
- Constructor for class io.opns.otl.jaxrs.filter.
ContainerSpanDecorator
F
filter(ClientRequestContext)
- Method in class io.opns.otl.jaxrs.filter.
TracingClientFilter
filter(ClientRequestContext, ClientResponseContext)
- Method in class io.opns.otl.jaxrs.filter.
TracingClientFilter
filter(ContainerRequestContext)
- Method in class io.opns.otl.jaxrs.filter.
TracingContainerFilter
filter(ContainerRequestContext, ContainerResponseContext)
- Method in class io.opns.otl.jaxrs.filter.
TracingContainerFilter
I
io.opns.otl.jaxrs.filter
- package io.opns.otl.jaxrs.filter
iterator()
- Method in class io.opns.otl.jaxrs.filter.
RequestHeaderCarrier
J
JAX_RS
- Static variable in class io.opns.otl.jaxrs.filter.
ContainerSpanDecorator
JAX_RS_CLIENT
- Static variable in class io.opns.otl.jaxrs.filter.
ClientSpanDecorator
O
onError(ClientRequestContext, ClientResponseContext, Throwable, Span)
- Method in class io.opns.otl.jaxrs.filter.
ClientSpanDecorator
onError(ContainerRequestContext, ContainerResponseContext, Throwable, Span)
- Method in class io.opns.otl.jaxrs.filter.
ContainerSpanDecorator
onRequest(ClientRequestContext, Span)
- Method in class io.opns.otl.jaxrs.filter.
ClientSpanDecorator
onRequest(ContainerRequestContext, Span)
- Method in class io.opns.otl.jaxrs.filter.
ContainerSpanDecorator
onResponse(ClientRequestContext, ClientResponseContext, Span)
- Method in class io.opns.otl.jaxrs.filter.
ClientSpanDecorator
onResponse(ContainerRequestContext, ContainerResponseContext, Span)
- Method in class io.opns.otl.jaxrs.filter.
ContainerSpanDecorator
P
put(String, String)
- Method in class io.opns.otl.jaxrs.filter.
RequestHeaderAdapter
R
RequestHeaderAdapter
- Class in
io.opns.otl.jaxrs.filter
This is the container request adapter class that will hold all the header values of the client request.
RequestHeaderCarrier
- Class in
io.opns.otl.jaxrs.filter
This is the container request adapter class that will hold all the header values.
T
TracingClientFilter
- Class in
io.opns.otl.jaxrs.filter
Jax-rs Client filters are similar to container request filters.
TracingClientFilter()
- Constructor for class io.opns.otl.jaxrs.filter.
TracingClientFilter
TracingContainerFilter
- Class in
io.opns.otl.jaxrs.filter
As per jax-rs specification, there are three ways to intercept/filter the incoming request: one by using the standard servlet filter, TracingWebFilter, secondly, by creating a
ContainerRequestFilter
, and finally, by creating a
WriterInterceptor
.
TracingContainerFilter()
- Constructor for class io.opns.otl.jaxrs.filter.
TracingContainerFilter
C
F
I
J
O
P
R
T
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2020. All rights reserved.