Home | History | Annotate | Download | only in protocol

Lines Matching refs:context

44     private final HttpContext context;
46 public ClientContextConfigurer (final HttpContext context) {
47 if (context == null)
48 throw new IllegalArgumentException("HTTP context may not be null");
49 this.context = context;
53 this.context.setAttribute(COOKIESPEC_REGISTRY, registry);
57 this.context.setAttribute(AUTHSCHEME_REGISTRY, registry);
61 this.context.setAttribute(COOKIE_STORE, store);
65 this.context.setAttribute(CREDS_PROVIDER, provider);
69 this.context.setAttribute(AUTH_SCHEME_PREF, list);