Uses of Class
org.apache.cxf.transport.http.HTTPConduit
-
-
Uses of HTTPConduit in org.apache.cxf.jaxrs.client
Methods in org.apache.cxf.jaxrs.client that return HTTPConduit Modifier and Type Method Description HTTPConduitClientConfiguration. getHttpConduit()Gets the HTTP conduit responsible for a transport-level communication with the remote service. -
Uses of HTTPConduit in org.apache.cxf.transport.http
Subclasses of HTTPConduit in org.apache.cxf.transport.http Modifier and Type Class Description classHttpClientHTTPConduitclassURLConnectionHTTPConduitMethods in org.apache.cxf.transport.http that return HTTPConduit Modifier and Type Method Description HTTPConduitHTTPConduitFactory. createConduit(HTTPTransportFactory f, Bus b, EndpointInfo localInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target)Methods in org.apache.cxf.transport.http with parameters of type HTTPConduit Modifier and Type Method Description voidHttpConduitConfig. apply(HTTPConduit conduit)voidHTTPConduitConfigurer. configure(String name, String address, HTTPConduit c) -
Uses of HTTPConduit in org.apache.cxf.transport.http.asyncclient
Subclasses of HTTPConduit in org.apache.cxf.transport.http.asyncclient Modifier and Type Class Description classAsyncHTTPConduitMethods in org.apache.cxf.transport.http.asyncclient that return HTTPConduit Modifier and Type Method Description HTTPConduitAsyncHTTPConduitFactory. createConduit(Bus bus, EndpointInfo localInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target)HTTPConduitAsyncHTTPConduitFactory. createConduit(HTTPTransportFactory f, Bus bus, EndpointInfo localInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target) -
Uses of HTTPConduit in org.apache.cxf.transport.http.asyncclient.hc5
Subclasses of HTTPConduit in org.apache.cxf.transport.http.asyncclient.hc5 Modifier and Type Class Description classAsyncHTTPConduitAsync HTTP Conduit using Apache HttpClient 5Methods in org.apache.cxf.transport.http.asyncclient.hc5 that return HTTPConduit Modifier and Type Method Description HTTPConduitAsyncHTTPConduitFactory. createConduit(Bus bus, EndpointInfo localInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target)HTTPConduitAsyncHTTPConduitFactory. createConduit(HTTPTransportFactory f, Bus bus, EndpointInfo localInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target) -
Uses of HTTPConduit in org.apache.cxf.transport.http.netty.client
Subclasses of HTTPConduit in org.apache.cxf.transport.http.netty.client Modifier and Type Class Description classNettyHttpConduitMethods in org.apache.cxf.transport.http.netty.client that return HTTPConduit Modifier and Type Method Description HTTPConduitNettyHttpConduitFactory. createConduit(Bus bus, EndpointInfo localInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target)HTTPConduitNettyHttpConduitFactory. createConduit(HTTPTransportFactory f, Bus bus, EndpointInfo localInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target) -
Uses of HTTPConduit in org.apache.cxf.transport.websocket.ahc
Subclasses of HTTPConduit in org.apache.cxf.transport.websocket.ahc Modifier and Type Class Description classAhcWebSocketConduit
-