public interface HttpRequestFilter
filter(org.jclouds.http.HttpRequest)
must be idempotent in a sense that multiple calls to it with the same
request yield in the same output. Example: this is required for request retrial (
BaseHttpCommandExecutorService
, so that signatures can be
updated.Modifier and Type | Method and Description |
---|---|
HttpRequest |
filter(HttpRequest request) |
HttpRequest filter(HttpRequest request) throws HttpException
HttpException
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.