Class XmlRpcSun14HttpTransport

    • Field Detail

      • sslSocketFactory

        private javax.net.ssl.SSLSocketFactory sslSocketFactory
    • Constructor Detail

      • XmlRpcSun14HttpTransport

        public XmlRpcSun14HttpTransport​(XmlRpcClient pClient)
        Creates a new instance.
        Parameters:
        pClient - The client controlling this instance.
    • Method Detail

      • setSSLSocketFactory

        public void setSSLSocketFactory​(javax.net.ssl.SSLSocketFactory pSocketFactory)
        Sets the SSLSocketFactory used to create secure sockets.
        Parameters:
        pSocketFactory - The SSLSocketFactory to use.
      • getSSLSocketFactory

        public javax.net.ssl.SSLSocketFactory getSSLSocketFactory()
        Returns the SSLSocketFactory used to create secure sockets.
      • newURLConnection

        protected java.net.URLConnection newURLConnection​(java.net.URL pURL)
                                                   throws java.io.IOException
        Overrides:
        newURLConnection in class XmlRpcSunHttpTransport
        Throws:
        java.io.IOException