Class XmlRpcLite14HttpTransport
java.lang.Object
org.apache.xmlrpc.client.XmlRpcTransportImpl
org.apache.xmlrpc.client.XmlRpcStreamTransport
org.apache.xmlrpc.client.XmlRpcHttpTransport
org.apache.xmlrpc.client.XmlRpcLiteHttpTransport
org.apache.xmlrpc.client.XmlRpcLite14HttpTransport
- All Implemented Interfaces:
XmlRpcTransport
A "light" HTTP transport implementation for Java 1.4.
-
Nested Class Summary
Nested classes/interfaces inherited from class XmlRpcHttpTransport
XmlRpcHttpTransport.ByteArrayReqWriterNested classes/interfaces inherited from class XmlRpcStreamTransport
XmlRpcStreamTransport.GzipReqWriter, XmlRpcStreamTransport.ReqWriter, XmlRpcStreamTransport.ReqWriterImpl -
Field Summary
FieldsFields inherited from class XmlRpcHttpTransport
USER_AGENT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the SSL Socket Factory to use for https connections.protected SocketvoidsetSSLSocketFactory(SSLSocketFactory pSSLSocketFactory) Returns the SSL Socket Factory to use for https connections.Methods inherited from class XmlRpcLiteHttpTransport
close, getInputStream, isResponseGzipCompressed, isUsingByteArrayOutput, sendRequest, setRequestHeader, writeRequestMethods inherited from class XmlRpcHttpTransport
getUserAgent, initHttpHeaders, newReqWriter, setCompressionHeaders, setContentLength, setCredentialsMethods inherited from class XmlRpcStreamTransport
isCompressingRequest, newXMLReader, readResponseMethods inherited from class XmlRpcTransportImpl
getClient
-
Field Details
-
sslSocketFactory
-
-
Constructor Details
-
XmlRpcLite14HttpTransport
Creates a new instance.- Parameters:
pClient- The client controlling this instance.
-
-
Method Details
-
getSSLSocketFactory
Sets the SSL Socket Factory to use for https connections. -
setSSLSocketFactory
Returns the SSL Socket Factory to use for https connections. -
newSocket
protected Socket newSocket(boolean pSSL, String pHostName, int pPort) throws UnknownHostException, IOException - Overrides:
newSocketin classXmlRpcLiteHttpTransport- Throws:
UnknownHostExceptionIOException
-