Uses of Class
com.dyuproject.util.http.HttpConnector.Parameter

Packages that use HttpConnector.Parameter
com.dyuproject.util.http   
 

Uses of HttpConnector.Parameter in com.dyuproject.util.http
 

Methods in com.dyuproject.util.http that return types with arguments of type HttpConnector.Parameter
 Iterator<HttpConnector.Parameter> HttpConnector.Parameter.iterator()
           
 

Method parameters in com.dyuproject.util.http with type arguments of type HttpConnector.Parameter
 HttpConnector.Response HttpConnector.doDELETE(String url, Iterable<HttpConnector.Parameter> headers)
          Makes a DELETE request with the given http headers.
 HttpConnector.Response SimpleHttpConnector.doDELETE(String url, Iterable<HttpConnector.Parameter> headers)
           
 HttpConnector.Response HttpConnector.doDELETE(String url, Iterable<HttpConnector.Parameter> headers, Iterable<HttpConnector.Parameter> parameters)
          Makes a DELETE request with the given http headers, parameters.
 HttpConnector.Response HttpConnector.doDELETE(String url, Iterable<HttpConnector.Parameter> headers, Iterable<HttpConnector.Parameter> parameters)
          Makes a DELETE request with the given http headers, parameters.
 HttpConnector.Response SimpleHttpConnector.doDELETE(String url, Iterable<HttpConnector.Parameter> headers, Iterable<HttpConnector.Parameter> parameters)
           
 HttpConnector.Response SimpleHttpConnector.doDELETE(String url, Iterable<HttpConnector.Parameter> headers, Iterable<HttpConnector.Parameter> parameters)
           
 HttpConnector.Response HttpConnector.doDELETE(String url, Iterable<HttpConnector.Parameter> headers, Map<?,?> parameters)
          Makes a DELETE request with the given http headers, parameters.
 HttpConnector.Response SimpleHttpConnector.doDELETE(String url, Iterable<HttpConnector.Parameter> headers, Map<?,?> parameters)
           
 HttpConnector.Response HttpConnector.doGET(String url, Iterable<HttpConnector.Parameter> headers)
          Makes a GET request with the given http headers.
 HttpConnector.Response SimpleHttpConnector.doGET(String url, Iterable<HttpConnector.Parameter> headers)
           
 HttpConnector.Response HttpConnector.doGET(String url, Iterable<HttpConnector.Parameter> headers, Iterable<HttpConnector.Parameter> parameters)
          Makes a GET request with the given http headers, parameters.
 HttpConnector.Response HttpConnector.doGET(String url, Iterable<HttpConnector.Parameter> headers, Iterable<HttpConnector.Parameter> parameters)
          Makes a GET request with the given http headers, parameters.
 HttpConnector.Response SimpleHttpConnector.doGET(String url, Iterable<HttpConnector.Parameter> headers, Iterable<HttpConnector.Parameter> parameters)
           
 HttpConnector.Response SimpleHttpConnector.doGET(String url, Iterable<HttpConnector.Parameter> headers, Iterable<HttpConnector.Parameter> parameters)
           
 HttpConnector.Response HttpConnector.doGET(String url, Iterable<HttpConnector.Parameter> headers, Map<?,?> parameters)
          Makes a GET request with the given http headers, parameters.
 HttpConnector.Response SimpleHttpConnector.doGET(String url, Iterable<HttpConnector.Parameter> headers, Map<?,?> parameters)
           
 HttpConnector.Response HttpConnector.doHEAD(String url, Iterable<HttpConnector.Parameter> headers)
          Makes a HEAD request with the given http headers.
 HttpConnector.Response SimpleHttpConnector.doHEAD(String url, Iterable<HttpConnector.Parameter> headers)
           
 HttpConnector.Response HttpConnector.doPOST(String url, Iterable<HttpConnector.Parameter> headers, Iterable<HttpConnector.Parameter> parameters, String charset)
          Makes a POST request with the given http headers, parameters and the charset - which will be appended in the Content-Type header.
 HttpConnector.Response HttpConnector.doPOST(String url, Iterable<HttpConnector.Parameter> headers, Iterable<HttpConnector.Parameter> parameters, String charset)
          Makes a POST request with the given http headers, parameters and the charset - which will be appended in the Content-Type header.
 HttpConnector.Response SimpleHttpConnector.doPOST(String url, Iterable<HttpConnector.Parameter> headers, Iterable<HttpConnector.Parameter> parameters, String charset)
           
 HttpConnector.Response SimpleHttpConnector.doPOST(String url, Iterable<HttpConnector.Parameter> headers, Iterable<HttpConnector.Parameter> parameters, String charset)
           
 HttpConnector.Response HttpConnector.doPOST(String url, Iterable<HttpConnector.Parameter> headers, Map<?,?> parameters, String charset)
          Makes a POST request with the given http headers, parameters and the charset - which will be appended in the Content-Type header.
 HttpConnector.Response SimpleHttpConnector.doPOST(String url, Iterable<HttpConnector.Parameter> headers, Map<?,?> parameters, String charset)
           
 HttpConnector.Response HttpConnector.doPOST(String url, Iterable<HttpConnector.Parameter> headers, String contentType, byte[] data)
          Makes a POST request with the given http headers, parameters, contentType and the content data.
 HttpConnector.Response SimpleHttpConnector.doPOST(String url, Iterable<HttpConnector.Parameter> headers, String contentType, byte[] data)
           
 HttpConnector.Response HttpConnector.doPOST(String url, Iterable<HttpConnector.Parameter> headers, String contentType, InputStreamReader reader)
          Makes a POST request with the given http headers, parameters, contentType and the content reader as InputStreamReader.
 HttpConnector.Response SimpleHttpConnector.doPOST(String url, Iterable<HttpConnector.Parameter> headers, String contentType, InputStreamReader reader)
           
 HttpConnector.Response HttpConnector.doPOST(String url, Map<?,?> headers, Iterable<HttpConnector.Parameter> parameters, String charset)
          Makes a POST request with the given http headers, parameters and the charset - which will be appended in the Content-Type header.
 HttpConnector.Response SimpleHttpConnector.doPOST(String url, Map<?,?> headers, Iterable<HttpConnector.Parameter> parameters, String charset)
           
 HttpConnector.Response HttpConnector.doPUT(String url, Iterable<HttpConnector.Parameter> headers, Iterable<HttpConnector.Parameter> parameters, String charset)
          Makes a PUT request with the given http headers, parameters and the charset - which will be appended in the Content-Type header.
 HttpConnector.Response HttpConnector.doPUT(String url, Iterable<HttpConnector.Parameter> headers, Iterable<HttpConnector.Parameter> parameters, String charset)
          Makes a PUT request with the given http headers, parameters and the charset - which will be appended in the Content-Type header.
 HttpConnector.Response SimpleHttpConnector.doPUT(String url, Iterable<HttpConnector.Parameter> headers, Iterable<HttpConnector.Parameter> parameters, String charset)
           
 HttpConnector.Response SimpleHttpConnector.doPUT(String url, Iterable<HttpConnector.Parameter> headers, Iterable<HttpConnector.Parameter> parameters, String charset)
           
 HttpConnector.Response HttpConnector.doPUT(String url, Iterable<HttpConnector.Parameter> headers, Map<?,?> parameters, String charset)
          Makes a PUT request with the given http headers, parameters and the charset - which will be appended in the Content-Type header.
 HttpConnector.Response SimpleHttpConnector.doPUT(String url, Iterable<HttpConnector.Parameter> headers, Map<?,?> parameters, String charset)
           
 HttpConnector.Response HttpConnector.doPUT(String url, Iterable<HttpConnector.Parameter> headers, String contentType, byte[] data)
          Makes a PUT request with the given http headers, parameters and the content data.
 HttpConnector.Response SimpleHttpConnector.doPUT(String url, Iterable<HttpConnector.Parameter> headers, String contentType, byte[] data)
           
 HttpConnector.Response HttpConnector.doPUT(String url, Iterable<HttpConnector.Parameter> headers, String contentType, InputStreamReader reader)
          Makes a PUT request with the given http headers, parameters, contentType and the content reader as InputStreamReader.
 HttpConnector.Response SimpleHttpConnector.doPUT(String url, Iterable<HttpConnector.Parameter> headers, String contentType, InputStreamReader reader)
           
 HttpConnector.Response HttpConnector.doPUT(String url, Map<?,?> headers, Iterable<HttpConnector.Parameter> parameters, String charset)
          Makes a PUT request with the given http headers, parameters and the charset - which will be appended in the Content-Type header.
 HttpConnector.Response SimpleHttpConnector.doPUT(String url, Map<?,?> headers, Iterable<HttpConnector.Parameter> parameters, String charset)
           
 



Copyright © 2008-2013. All Rights Reserved.