Uses of Class
org.apache.cxf.tracing.brave.internal.HttpAdapterFactory.Request
-
Packages that use HttpAdapterFactory.Request Package Description org.apache.cxf.tracing.brave.internal -
-
Uses of HttpAdapterFactory.Request in org.apache.cxf.tracing.brave.internal
Methods in org.apache.cxf.tracing.brave.internal that return HttpAdapterFactory.Request Modifier and Type Method Description static HttpAdapterFactory.RequestHttpAdapterFactory. request(Map<String,List<String>> headers, URI uri, String method)Methods in org.apache.cxf.tracing.brave.internal that return types with arguments of type HttpAdapterFactory.Request Modifier and Type Method Description static brave.http.HttpClientAdapter<HttpAdapterFactory.Request,HttpAdapterFactory.Response>HttpClientAdapterFactory. create(HttpAdapterFactory.Request request)static brave.http.HttpClientAdapter<HttpAdapterFactory.Request,HttpAdapterFactory.Response>HttpClientAdapterFactory. create(HttpAdapterFactory.Response response)static brave.http.HttpServerAdapter<HttpAdapterFactory.Request,HttpAdapterFactory.Response>HttpServerAdapterFactory. create(HttpAdapterFactory.Request request)static brave.http.HttpServerAdapter<HttpAdapterFactory.Request,HttpAdapterFactory.Response>HttpServerAdapterFactory. create(HttpAdapterFactory.Response response)Methods in org.apache.cxf.tracing.brave.internal with parameters of type HttpAdapterFactory.Request Modifier and Type Method Description static brave.http.HttpClientAdapter<HttpAdapterFactory.Request,HttpAdapterFactory.Response>HttpClientAdapterFactory. create(HttpAdapterFactory.Request request)static brave.http.HttpServerAdapter<HttpAdapterFactory.Request,HttpAdapterFactory.Response>HttpServerAdapterFactory. create(HttpAdapterFactory.Request request)
-