Uses of Class
io.opencensus.contrib.http.HttpExtractor
Packages that use HttpExtractor
Package
Description
-
Uses of HttpExtractor in io.opencensus.contrib.http
Constructors in io.opencensus.contrib.http with parameters of type HttpExtractorModifierConstructorDescriptionHttpClientHandler(Tracer tracer, HttpExtractor<Q, P> extractor, TextFormat textFormat, TextFormat.Setter<C> setter) Creates aHttpClientHandlerwith given parameters.HttpServerHandler(Tracer tracer, HttpExtractor<Q, P> extractor, TextFormat textFormat, TextFormat.Getter<C> getter, Boolean publicEndpoint) Creates aHttpServerHandlerwith given parameters. -
Uses of HttpExtractor in io.opencensus.contrib.http.jaxrs
Subclasses of HttpExtractor in io.opencensus.contrib.http.jaxrsModifier and TypeClassDescriptionclassExtracts information from JAX-RS client request and response.classExtracts information from JAX-RS container request and response.Constructors in io.opencensus.contrib.http.jaxrs with parameters of type HttpExtractorModifierConstructorDescriptionJaxrsClientFilter(HttpExtractor<javax.ws.rs.client.ClientRequestContext, javax.ws.rs.client.ClientResponseContext> extractor, TextFormat propagationFormat) Construct new client filter with custom configuration.JaxrsContainerFilter(HttpExtractor<io.opencensus.contrib.http.jaxrs.ExtendedContainerRequest, javax.ws.rs.container.ContainerResponseContext> extractor, TextFormat propagationFormat, Boolean publicEndpoint) Construct instance with custom configuration. -
Uses of HttpExtractor in io.opencensus.contrib.http.jetty.client
Constructors in io.opencensus.contrib.http.jetty.client with parameters of type HttpExtractorModifierConstructorDescriptionOcJettyHttpClient(org.eclipse.jetty.client.HttpClientTransport transport, org.eclipse.jetty.util.ssl.SslContextFactory sslContextFactory, HttpExtractor<org.eclipse.jetty.client.api.Request, org.eclipse.jetty.client.api.Response> extractor, TextFormat propagator) Create a newOcJettyHttpClientwith support for HTTPS, extractor and propagator.