Home | History | Annotate | Download | only in client

Lines Matching defs:http

2  * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/client/DefaultRedirectHandler.java $
15 * http://www.apache.org/licenses/LICENSE-2.0
28 * <http://www.apache.org/>.
32 package org.apache.http.impl.client;
39 import org.apache.http.Header;
40 import org.apache.http.HttpHost;
41 import org.apache.http.HttpRequest;
42 import org.apache.http.HttpResponse;
43 import org.apache.http.HttpStatus;
44 import org.apache.http.ProtocolException;
45 import org.apache.http.client.CircularRedirectException;
46 import org.apache.http.client.RedirectHandler;
47 import org.apache.http.client.params.ClientPNames;
48 import org.apache.http.client.utils.URIUtils;
49 import org.apache.http.params.HttpParams;
50 import org.apache.http.protocol.HttpContext;
51 import org.apache.http.protocol.ExecutionContext;
69 private static final String REDIRECT_LOCATIONS = "http.protocol.redirect-locations";
79 throw new IllegalArgumentException("HTTP response may not be null");
97 throw new IllegalArgumentException("HTTP response may not be null");
132 "in the HTTP context");