public class HttpTransportProperties extends Object
Modifier and Type | Class and Description |
---|---|
static class |
HttpTransportProperties.Authenticator |
static class |
HttpTransportProperties.MailProperties
Deprecated.
org.apache.axis2.transport.http.HttpTransportProperties.MailProperties has been
deprecated and user are encourage the use of java.util.Properties instead.
|
static class |
HttpTransportProperties.ProxyProperties |
Modifier and Type | Field and Description |
---|---|
protected boolean |
chunked |
protected org.apache.commons.httpclient.HttpVersion |
httpVersion |
protected String |
protocol |
Constructor and Description |
---|
HttpTransportProperties() |
Modifier and Type | Method and Description |
---|---|
boolean |
getChunked() |
org.apache.commons.httpclient.HttpVersion |
getHttpVersion() |
String |
getProtocol() |
void |
setChunked(boolean chunked) |
void |
setHttpVersion(org.apache.commons.httpclient.HttpVersion httpVerion) |
void |
setProtocol(String protocol) |
protected boolean chunked
protected org.apache.commons.httpclient.HttpVersion httpVersion
protected String protocol
public boolean getChunked()
public org.apache.commons.httpclient.HttpVersion getHttpVersion()
public String getProtocol()
public void setChunked(boolean chunked)
public void setHttpVersion(org.apache.commons.httpclient.HttpVersion httpVerion)
public void setProtocol(String protocol)
Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.