public class XmlRpcSun15HttpTransport extends XmlRpcSun14HttpTransport
HttpURLConnection class. Adds support for the
Proxy class.XmlRpcHttpTransport.ByteArrayReqWriterXmlRpcStreamTransport.GzipReqWriter, XmlRpcStreamTransport.ReqWriter, XmlRpcStreamTransport.ReqWriterImplUSER_AGENT| コンストラクタと説明 |
|---|
XmlRpcSun15HttpTransport(XmlRpcClient pClient)
Creates a new instance.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
java.net.Proxy |
getProxy()
Returns the proxy to use.
|
protected void |
initHttpHeaders(org.apache.xmlrpc.XmlRpcRequest pRequest) |
protected java.net.URLConnection |
newURLConnection(java.net.URL pURL) |
void |
setProxy(java.net.Proxy pProxy)
Sets the proxy to use.
|
getSSLSocketFactory, setSSLSocketFactoryclose, getInputStream, getURLConnection, isResponseGzipCompressed, sendRequest, setRequestHeader, writeRequestgetUserAgent, isUsingByteArrayOutput, newReqWriter, setCompressionHeaders, setContentLength, setCredentialsisCompressingRequest, newXMLReader, readResponsegetClientpublic XmlRpcSun15HttpTransport(XmlRpcClient pClient)
pClient - The client controlling this instance.public void setProxy(java.net.Proxy pProxy)
public java.net.Proxy getProxy()
protected void initHttpHeaders(org.apache.xmlrpc.XmlRpcRequest pRequest)
throws XmlRpcClientException
initHttpHeaders クラス内 XmlRpcHttpTransportXmlRpcClientExceptionprotected java.net.URLConnection newURLConnection(java.net.URL pURL)
throws java.io.IOException
newURLConnection クラス内 XmlRpcSun14HttpTransportjava.io.IOException