| Constructor and Description |
|---|
BrowserSpecificFeatureResource.Loader(HttpFetcher fetcher,
TimeSource timeSource,
FeatureFileSystem fileSystem,
com.google.inject.Provider<UserAgent> uaProvider) |
FeatureResourceLoader(HttpFetcher fetcher,
TimeSource timeSource,
FeatureFileSystem fileSystem) |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicHttpFetcher
A simple HTTP fetcher implementation based on Apache httpclient.
|
| Constructor and Description |
|---|
DefaultRequestPipeline(HttpFetcher httpFetcher,
HttpCache httpCache,
com.google.inject.Provider<OAuthRequest> oauthRequestProvider,
com.google.inject.Provider<OAuth2Request> oauth2RequestProvider,
ResponseRewriterRegistry responseRewriterRegistry,
InvalidationService invalidationService,
HttpResponseMetadataHelper metadataHelper) |
| Constructor and Description |
|---|
OAuthModule.OAuthRequestProvider(HttpFetcher fetcher,
OAuthFetcherConfig config) |
OAuthRequest(OAuthFetcherConfig fetcherConfig,
HttpFetcher fetcher) |
OAuthRequest(OAuthFetcherConfig fetcherConfig,
HttpFetcher fetcher,
List<net.oauth.OAuth.Parameter> trustedParams) |
| Constructor and Description |
|---|
BasicOAuth2Request(OAuth2FetcherConfig fetcherConfig,
HttpFetcher fetcher,
List<AuthorizationEndpointResponseHandler> authorizationEndpointResponseHandlers,
List<ClientAuthenticationHandler> clientAuthenticationHandlers,
List<GrantRequestHandler> grantRequestHandlers,
List<ResourceRequestHandler> resourceRequestHandlers,
List<TokenEndpointResponseHandler> tokenEndpointResponseHandlers,
boolean sendTraceToClient,
OAuth2RequestParameterGenerator requestParameterGenerator) |
OAuth2Module.OAuth2RequestProvider(OAuth2FetcherConfig config,
HttpFetcher fetcher,
List<AuthorizationEndpointResponseHandler> authorizationEndpointResponseHandlers,
List<ClientAuthenticationHandler> clientAuthenticationHandlers,
List<GrantRequestHandler> grantRequestHandlers,
List<ResourceRequestHandler> resourceRequestHandlers,
List<TokenEndpointResponseHandler> tokenEndpointResponseHandlers,
boolean sendTraceToClient,
OAuth2RequestParameterGenerator requestParameterGenerator) |
| Constructor and Description |
|---|
CodeAuthorizationResponseHandler(com.google.inject.Provider<OAuth2Message> oauth2MessageProvider,
List<ClientAuthenticationHandler> clientAuthenticationHandlers,
List<TokenEndpointResponseHandler> tokenEndpointResponseHandlers,
HttpFetcher fetcher) |
| Constructor and Description |
|---|
DefaultServiceFetcher(ContainerConfig config,
HttpFetcher fetcher) |
Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.