public class HTTPSenderImpl extends HTTPSender
format, proxyOutSetting| Constructor and Description |
|---|
HTTPSenderImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected Request |
createRequest(org.apache.axis2.context.MessageContext msgContext,
String methodName,
URL url,
AxisRequestEntity requestEntity)
Start a new HTTP request.
|
send, setChunked, setFormat, setHttpVersionprotected Request createRequest(org.apache.axis2.context.MessageContext msgContext, String methodName, URL url, AxisRequestEntity requestEntity) throws org.apache.axis2.AxisFault
HTTPSendercreateRequest in class HTTPSendermsgContext - The MessageContext of the request messagemethodName - The HTTP method nameurl - The target URLrequestEntity - The content of the request or null if the HTTP request shouldn't have any
content (e.g. for GET requests)org.apache.axis2.AxisFault - Thrown in case an exception occursCopyright © 2004–2020 The Apache Software Foundation. All rights reserved.