Home | History | Annotate | Download | only in client

Lines Matching refs:proxyAuthHandler

142     private final AuthenticationHandler proxyAuthHandler;
171 final AuthenticationHandler proxyAuthHandler,
211 if (proxyAuthHandler == null) {
232 this.proxyAuthHandler = proxyAuthHandler;
748 if (this.proxyAuthHandler.isAuthenticationRequested(response, context)) {
751 Map<String, Header> challenges = this.proxyAuthHandler.getChallenges(
755 challenges, this.proxyAuthState, this.proxyAuthHandler,
987 if (this.proxyAuthHandler.isAuthenticationRequested(response, context)) {
990 Map<String, Header> challenges = this.proxyAuthHandler.getChallenges(
994 this.proxyAuthState, this.proxyAuthHandler,