Class AbstractRequest

    • Method Detail

      • getUri

        @NotNull
        public URI getUri()
      • getUrl

        @NotNull
        public String getUrl()
      • getCookies

        @NotNull
        public Set<org.apache.commons.httpclient.Cookie> getCookies()
      • getTimeoutMS

        public int getTimeoutMS()
      • getConnectionTimeoutMs

        public int getConnectionTimeoutMs()
      • isAllowNonSecureConnection

        public boolean isAllowNonSecureConnection()
      • isWithDomainNameCheck

        public boolean isWithDomainNameCheck()
      • isWithPreemptiveAuthentication

        public boolean isWithPreemptiveAuthentication()
      • isEncodingInterceptor

        public boolean isEncodingInterceptor()
      • getRetryCount

        public int getRetryCount()
      • getMethod

        @Nullable
        public String getMethod()
      • getEntityProducer

        @Nullable
        public EntityProducer getEntityProducer()
      • getUserAgent

        @Nullable
        public String getUserAgent()
      • getTrustStore

        @Nullable
        public KeyStore getTrustStore()
      • getMaxConnections

        public int getMaxConnections()
      • getProxyUri

        @Nullable
        public URI getProxyUri()