Uses of Class
org.apache.cxf.transport.http.Address
-
-
Uses of Address in org.apache.cxf.transport.http
Fields in org.apache.cxf.transport.http declared as Address Modifier and Type Field Description protected AddressHTTPConduit. defaultAddressThis field holds the "default" URI for this particular conduit, which is created on demand.Methods in org.apache.cxf.transport.http with parameters of type Address Modifier and Type Method Description protected voidHttpClientHTTPConduit. setupConnection(Message message, Address address, HTTPClientPolicy csPolicy)protected abstract voidHTTPConduit. setupConnection(Message message, Address address, HTTPClientPolicy csPolicy)protected voidURLConnectionHTTPConduit. setupConnection(Message message, Address address, HTTPClientPolicy csPolicy) -
Uses of Address in org.apache.cxf.transport.http.asyncclient
Methods in org.apache.cxf.transport.http.asyncclient with parameters of type Address Modifier and Type Method Description protected voidAsyncHTTPConduit. setupConnection(Message message, Address address, HTTPClientPolicy csPolicy) -
Uses of Address in org.apache.cxf.transport.http.asyncclient.hc5
Methods in org.apache.cxf.transport.http.asyncclient.hc5 with parameters of type Address Modifier and Type Method Description protected voidAsyncHTTPConduit. setupConnection(Message message, Address address, HTTPClientPolicy csPolicy) -
Uses of Address in org.apache.cxf.transport.http.netty.client
Methods in org.apache.cxf.transport.http.netty.client with parameters of type Address Modifier and Type Method Description protected voidNettyHttpConduit. setupConnection(Message message, Address address, HTTPClientPolicy csPolicy) -
Uses of Address in org.apache.cxf.transport.websocket.ahc
Methods in org.apache.cxf.transport.websocket.ahc with parameters of type Address Modifier and Type Method Description protected voidAhcWebSocketConduit. setupConnection(Message message, Address address, HTTPClientPolicy csPolicy)
-