public abstract class HttpTransportProperties extends Object
Modifier and Type | Class and Description |
---|---|
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 String |
protocol |
Constructor and Description |
---|
HttpTransportProperties() |
Modifier and Type | Method and Description |
---|---|
boolean |
getChunked() |
abstract Object |
getHttpVersion() |
String |
getProtocol() |
void |
setChunked(boolean chunked) |
abstract void |
setHttpVersion(Object httpVerion) |
void |
setProtocol(String protocol) |
protected boolean chunked
protected String protocol
public abstract void setHttpVersion(Object httpVerion)
public abstract Object getHttpVersion()
public boolean getChunked()
public String getProtocol()
public void setChunked(boolean chunked)
public void setProtocol(String protocol)
Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.