Uses of Class
org.apache.cxf.tracing.brave.internal.HttpAdapterFactory.Response
-
Packages that use HttpAdapterFactory.Response Package Description org.apache.cxf.tracing.brave.internal -
-
Uses of HttpAdapterFactory.Response in org.apache.cxf.tracing.brave.internal
Methods in org.apache.cxf.tracing.brave.internal that return HttpAdapterFactory.Response Modifier and Type Method Description static HttpAdapterFactory.ResponseHttpAdapterFactory. response(Integer status)Methods in org.apache.cxf.tracing.brave.internal that return types with arguments of type HttpAdapterFactory.Response 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.Response Modifier and Type Method Description static brave.http.HttpClientAdapter<HttpAdapterFactory.Request,HttpAdapterFactory.Response>HttpClientAdapterFactory. create(HttpAdapterFactory.Response response)static brave.http.HttpServerAdapter<HttpAdapterFactory.Request,HttpAdapterFactory.Response>HttpServerAdapterFactory. create(HttpAdapterFactory.Response response)
-