Class HttpClient.Params

  • Enclosing class:
    HttpClient

    public static class HttpClient.Params
    extends java.lang.Object
    • Method Summary

      Modifier and Type Method Description
      HttpClient.Params addParam​(java.lang.String key, java.lang.Object val)  
      static HttpClient.Params build()  
      java.lang.String httpBuildQuery()  
      boolean isEmpty()  
      org.apache.http.HttpEntity toEntity​(java.lang.String contentType)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • addParam

        public HttpClient.Params addParam​(java.lang.String key,
                                          java.lang.Object val)
      • httpBuildQuery

        public java.lang.String httpBuildQuery()
      • isEmpty

        public boolean isEmpty()
      • toEntity

        public org.apache.http.HttpEntity toEntity​(java.lang.String contentType)
                                            throws java.io.UnsupportedEncodingException
        Throws:
        java.io.UnsupportedEncodingException