Modifier and Type | Method and Description |
---|---|
HTTPConduit |
ClientConfiguration.getHttpConduit()
Gets the HTTP conduit responsible for a transport-level
communication with the remote service.
|
Modifier and Type | Class and Description |
---|---|
class |
URLConnectionHTTPConduit |
Modifier and Type | Method and Description |
---|---|
HTTPConduit |
HTTPConduitFactory.createConduit(HTTPTransportFactory f,
Bus b,
EndpointInfo localInfo,
org.apache.cxf.ws.addressing.EndpointReferenceType target) |
Modifier and Type | Method and Description |
---|---|
void |
HttpConduitConfig.apply(HTTPConduit conduit) |
void |
HTTPConduitConfigurer.configure(String name,
String address,
HTTPConduit c) |
Modifier and Type | Class and Description |
---|---|
class |
AsyncHTTPConduit |
Modifier and Type | Method and Description |
---|---|
HTTPConduit |
AsyncHTTPConduitFactory.createConduit(Bus bus,
EndpointInfo localInfo,
org.apache.cxf.ws.addressing.EndpointReferenceType target) |
HTTPConduit |
AsyncHTTPConduitFactory.createConduit(HTTPTransportFactory f,
Bus bus,
EndpointInfo localInfo,
org.apache.cxf.ws.addressing.EndpointReferenceType target) |
Modifier and Type | Class and Description |
---|---|
class |
NettyHttpConduit |
Modifier and Type | Method and Description |
---|---|
HTTPConduit |
NettyHttpConduitFactory.createConduit(Bus bus,
EndpointInfo localInfo,
org.apache.cxf.ws.addressing.EndpointReferenceType target) |
HTTPConduit |
NettyHttpConduitFactory.createConduit(HTTPTransportFactory f,
Bus bus,
EndpointInfo localInfo,
org.apache.cxf.ws.addressing.EndpointReferenceType target) |
Modifier and Type | Class and Description |
---|---|
class |
AhcWebSocketConduit |
Apache CXF