Class HttpTransportSupport

    • Constructor Detail

      • HttpTransportSupport

        public HttpTransportSupport​(TextWireFormat textWireFormat,
                                    URI remoteUrl)
    • Method Detail

      • getRemoteAddress

        public String getRemoteAddress()
        Returns:
        the remote address for this connection
      • getRemoteUrl

        public URI getRemoteUrl()
      • setTextWireFormat

        public void setTextWireFormat​(TextWireFormat textWireFormat)
      • getProxyHost

        public String getProxyHost()
      • setProxyHost

        public void setProxyHost​(String proxyHost)
      • getProxyPort

        public int getProxyPort()
      • setProxyPort

        public void setProxyPort​(int proxyPort)
      • getProxyUser

        public String getProxyUser()
      • setProxyUser

        public void setProxyUser​(String proxyUser)
      • getProxyPassword

        public String getProxyPassword()
      • setProxyPassword

        public void setProxyPassword​(String proxyPassword)
      • getSystemPropertyPrefix

        protected abstract String getSystemPropertyPrefix()