|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.xmlrpc.client.XmlRpcTransportImpl
org.apache.xmlrpc.client.XmlRpcStreamTransport
org.apache.xmlrpc.client.XmlRpcHttpTransport
org.apache.xmlrpc.client.XmlRpcLiteHttpTransport
org.apache.xmlrpc.client.XmlRpcLite14HttpTransport
public class XmlRpcLite14HttpTransport
A "light" HTTP transport implementation for Java 1.4.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.apache.xmlrpc.client.XmlRpcHttpTransport |
|---|
XmlRpcHttpTransport.ByteArrayReqWriter |
| Nested classes/interfaces inherited from class org.apache.xmlrpc.client.XmlRpcStreamTransport |
|---|
XmlRpcStreamTransport.GzipReqWriter, XmlRpcStreamTransport.ReqWriter, XmlRpcStreamTransport.ReqWriterImpl |
| Field Summary |
|---|
| Fields inherited from class org.apache.xmlrpc.client.XmlRpcHttpTransport |
|---|
USER_AGENT |
| Constructor Summary | |
|---|---|
XmlRpcLite14HttpTransport(XmlRpcClient pClient)
Creates a new instance. |
|
| Method Summary | |
|---|---|
SSLSocketFactory |
getSSLSocketFactory()
Sets the SSL Socket Factory to use for https connections. |
protected Socket |
newSocket(boolean pSSL,
String pHostName,
int pPort)
|
void |
setSSLSocketFactory(SSLSocketFactory pSSLSocketFactory)
Returns the SSL Socket Factory to use for https connections. |
| Methods inherited from class org.apache.xmlrpc.client.XmlRpcLiteHttpTransport |
|---|
close, getInputStream, isResponseGzipCompressed, isUsingByteArrayOutput, sendRequest, setRequestHeader, writeRequest |
| Methods inherited from class org.apache.xmlrpc.client.XmlRpcHttpTransport |
|---|
getUserAgent, initHttpHeaders, newReqWriter, setCompressionHeaders, setContentLength, setCredentials |
| Methods inherited from class org.apache.xmlrpc.client.XmlRpcStreamTransport |
|---|
isCompressingRequest, newXMLReader, readResponse |
| Methods inherited from class org.apache.xmlrpc.client.XmlRpcTransportImpl |
|---|
getClient |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XmlRpcLite14HttpTransport(XmlRpcClient pClient)
pClient - The client controlling this instance.| Method Detail |
|---|
public SSLSocketFactory getSSLSocketFactory()
public void setSSLSocketFactory(SSLSocketFactory pSSLSocketFactory)
protected Socket newSocket(boolean pSSL,
String pHostName,
int pPort)
throws UnknownHostException,
IOException
newSocket in class XmlRpcLiteHttpTransportUnknownHostException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||