Package | Description |
---|---|
org.apache.cxf.transport.http | |
org.apache.cxf.transport.http.asyncclient | |
org.apache.cxf.transport.http.netty.client | |
org.apache.cxf.transport.websocket.ahc |
Modifier and Type | Field and Description |
---|---|
protected Address |
HTTPConduit.defaultAddress
This field holds the "default" URI for this particular conduit, which
is created on demand.
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
HTTPConduit.setupConnection(Message message,
Address address,
HTTPClientPolicy csPolicy) |
protected void |
URLConnectionHTTPConduit.setupConnection(Message message,
Address address,
HTTPClientPolicy csPolicy) |
Modifier and Type | Method and Description |
---|---|
protected void |
AsyncHTTPConduit.setupConnection(Message message,
Address address,
HTTPClientPolicy csPolicy) |
Modifier and Type | Method and Description |
---|---|
protected void |
NettyHttpConduit.setupConnection(Message message,
Address address,
HTTPClientPolicy csPolicy) |
Modifier and Type | Method and Description |
---|---|
protected void |
AhcWebSocketConduit.setupConnection(Message message,
Address address,
HTTPClientPolicy csPolicy) |
Apache CXF