public class DefaultRequestPipeline extends Object implements RequestPipeline
| Constructor and Description |
|---|
DefaultRequestPipeline(HttpFetcher httpFetcher,
HttpCache httpCache,
com.google.inject.Provider<OAuthRequest> oauthRequestProvider,
ResponseRewriterRegistry responseRewriterRegistry,
InvalidationService invalidationService,
HttpResponseMetadataHelper metadataHelper) |
| Modifier and Type | Method and Description |
|---|---|
HttpResponse |
execute(HttpRequest request)
Execute the given request.
|
protected void |
normalizeProtocol(HttpRequest request) |
@Inject public DefaultRequestPipeline(HttpFetcher httpFetcher, HttpCache httpCache, com.google.inject.Provider<OAuthRequest> oauthRequestProvider, ResponseRewriterRegistry responseRewriterRegistry, InvalidationService invalidationService, @Nullable HttpResponseMetadataHelper metadataHelper)
public HttpResponse execute(HttpRequest request) throws GadgetException
RequestPipelineexecute in interface RequestPipelineGadgetExceptionprotected void normalizeProtocol(HttpRequest request) throws GadgetException
GadgetExceptionCopyright © 2007-2012. All Rights Reserved.