Home | History | Annotate | Download | only in params

Lines Matching defs:http

2  * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/client/params/HttpClientParams.java $
15 * http://www.apache.org/licenses/LICENSE-2.0
27 * <http://www.apache.org/>.
31 package org.apache.http.client.params;
33 import org.apache.http.params.HttpParams;
36 * An adaptor for accessing HTTP client parameters in {@link HttpParams}.
45 * Please visit <a href="http://android-developers.blogspot.com/2011/09/androids-http-clients.html">this webpage</a>
57 throw new IllegalArgumentException("HTTP parameters may not be null");
65 throw new IllegalArgumentException("HTTP parameters may not be null");
73 throw new IllegalArgumentException("HTTP parameters may not be null");
81 throw new IllegalArgumentException("HTTP parameters may not be null");
89 throw new IllegalArgumentException("HTTP parameters may not be null");
101 throw new IllegalArgumentException("HTTP parameters may not be null");