HomeSort by relevance Sort by last modified time
    Searched refs:AuthenticationHandler (Results 1 - 12 of 12) sorted by null

  /external/apache-http/src/org/apache/http/client/
AuthenticationHandler.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/client/AuthenticationHandler.java $
46 public interface AuthenticationHandler {
  /external/apache-http/src/org/apache/http/impl/client/
AbstractHttpClient.java 49 import org.apache.http.client.AuthenticationHandler;
117 private AuthenticationHandler targetAuthHandler;
120 private AuthenticationHandler proxyAuthHandler;
181 protected abstract AuthenticationHandler createTargetAuthenticationHandler();
184 protected abstract AuthenticationHandler createProxyAuthenticationHandler();
313 public synchronized final AuthenticationHandler getTargetAuthenticationHandler() {
322 final AuthenticationHandler targetAuthHandler) {
327 public synchronized final AuthenticationHandler getProxyAuthenticationHandler() {
336 final AuthenticationHandler proxyAuthHandler) {
571 final AuthenticationHandler targetAuthHandler
    [all...]
AbstractAuthenticationHandler.java 49 import org.apache.http.client.AuthenticationHandler;
58 public abstract class AbstractAuthenticationHandler implements AuthenticationHandler {
DefaultHttpClient.java 37 import org.apache.http.client.AuthenticationHandler;
304 protected AuthenticationHandler createTargetAuthenticationHandler() {
310 protected AuthenticationHandler createProxyAuthenticationHandler() {
DefaultRequestDirector.java 60 import org.apache.http.client.AuthenticationHandler;
139 private final AuthenticationHandler targetAuthHandler;
142 private final AuthenticationHandler proxyAuthHandler;
170 final AuthenticationHandler targetAuthHandler,
171 final AuthenticationHandler proxyAuthHandler,
    [all...]
  /prebuilt/common/http-client/
httpclient-4.1.1.jar 
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 80 milliseconds