Class HttpTransportPropertiesImpl
- java.lang.Object
-
- org.apache.axis2.transport.http.HttpTransportProperties
-
- org.apache.axis2.transport.http.impl.httpclient4.HttpTransportPropertiesImpl
-
public class HttpTransportPropertiesImpl extends HttpTransportProperties
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
HttpTransportPropertiesImpl.Authenticator
-
Nested classes/interfaces inherited from class org.apache.axis2.transport.http.HttpTransportProperties
HttpTransportProperties.MailProperties, HttpTransportProperties.ProxyProperties
-
-
Field Summary
Fields Modifier and Type Field Description protected org.apache.http.HttpVersion
httpVersion
-
Fields inherited from class org.apache.axis2.transport.http.HttpTransportProperties
chunked, protocol
-
-
Constructor Summary
Constructors Constructor Description HttpTransportPropertiesImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getHttpVersion()
void
setHttpVersion(Object httpVerion)
-
Methods inherited from class org.apache.axis2.transport.http.HttpTransportProperties
getChunked, getProtocol, setChunked, setProtocol
-
-
-
-
Method Detail
-
setHttpVersion
public void setHttpVersion(Object httpVerion)
- Specified by:
setHttpVersion
in classHttpTransportProperties
-
getHttpVersion
public Object getHttpVersion()
- Specified by:
getHttpVersion
in classHttpTransportProperties
-
-