Index

A C G I N O S 
All Classes and Interfaces|All Packages

A

AbstractHttpClient - Class in org.forgerock.http.apache
This abstract client is used to share commonly used constants and methods in both synchronous and asynchronous Apache HTTP Client libraries.
AbstractHttpClient() - Constructor for class org.forgerock.http.apache.AbstractHttpClient
 
authFailed(HttpHost, AuthScheme, HttpContext) - Method in class org.forgerock.http.apache.NoAuthenticationStrategy
 
authSucceeded(HttpHost, AuthScheme, HttpContext) - Method in class org.forgerock.http.apache.NoAuthenticationStrategy
 

C

createHttpUriRequest(Request) - Method in class org.forgerock.http.apache.AbstractHttpClient
Creates a new HttpUriRequest populated from the given request.
createResponseWithoutEntity(HttpResponse) - Static method in class org.forgerock.http.apache.AbstractHttpClient
Creates a new Response populated from the given AHC result.

G

getChallenges(HttpHost, HttpResponse, HttpContext) - Method in class org.forgerock.http.apache.NoAuthenticationStrategy
 

I

INSTANCE - Static variable in class org.forgerock.http.apache.NoAuthenticationStrategy
An AuthenticationStrategy singleton instance that never performs authentication.
isAuthenticationRequested(HttpHost, HttpResponse, HttpContext) - Method in class org.forgerock.http.apache.NoAuthenticationStrategy
 

N

NoAuthenticationStrategy - Class in org.forgerock.http.apache
An authentication strategy that never performs authentication.

O

org.forgerock.http.apache - package org.forgerock.http.apache
Base classes for Apache HttpClient (synchronous and asynchronous) HttpClientProvider implementations.

S

select(Map<String, Header>, HttpHost, HttpResponse, HttpContext) - Method in class org.forgerock.http.apache.NoAuthenticationStrategy
 
A C G I N O S 
All Classes and Interfaces|All Packages