org.apache.axis2.transport.http
Class HttpTransportProperties
java.lang.Object
org.apache.axis2.transport.http.HttpTransportProperties
public class HttpTransportProperties
- extends Object
Utility bean for setting transport properties in runtime.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
chunked
protected boolean chunked
httpVersion
protected org.apache.commons.httpclient.HttpVersion httpVersion
protocol
protected String protocol
HttpTransportProperties
public HttpTransportProperties()
getChunked
public boolean getChunked()
getHttpVersion
public org.apache.commons.httpclient.HttpVersion getHttpVersion()
getProtocol
public String getProtocol()
setChunked
public void setChunked(boolean chunked)
setHttpVersion
public void setHttpVersion(org.apache.commons.httpclient.HttpVersion httpVerion)
setProtocol
public void setProtocol(String protocol)
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.