Class HttpClientBase.BuilderBase<T>

    • Field Detail

      • mUri

        protected URI mUri
      • mConnectionTimeoutInMillis

        protected int mConnectionTimeoutInMillis
      • mSocketTimeoutInMillis

        protected int mSocketTimeoutInMillis
      • mContentType

        protected org.apache.http.entity.ContentType mContentType
      • mContentInJson

        protected String mContentInJson
    • Constructor Detail

      • BuilderBase

        public BuilderBase()
    • Method Detail

      • builderType

        public abstract T builderType()
      • withUri

        public T withUri​(URI uri)
      • withHeader

        public T withHeader​(String key,
                            String value)
      • withConnectionTimeoutInMillis

        public T withConnectionTimeoutInMillis​(int connectionTimeoutInMillis)
      • withSocketTimeoutInMillis

        public T withSocketTimeoutInMillis​(int socketTimeoutInMillis)
      • withContentType

        public T withContentType​(org.apache.http.entity.ContentType contentType)
      • withContentInJson

        public T withContentInJson​(String contentInJson)
      • withIpVersionFilter

        public T withIpVersionFilter​(IPVersionFilter ipVersionFilter)