net.shibboleth.utilities.java.support.httpclient
Interface HttpResource.HttpGetCustomizationStrategy

Enclosing class:
HttpResource

@ThreadSafe
public static interface HttpResource.HttpGetCustomizationStrategy

Strategy that can be used to customize an HttpGet object before it is used.


Method Summary
 HttpGet customize(HttpGet httpGet)
          Customizes the given HttpGet object.
 

Method Detail

customize

@Nonnull
HttpGet customize(@Nonnull
                          HttpGet httpGet)
Customizes the given HttpGet object.

Parameters:
httpGet - the current HttpGet
Returns:
the customized HttpGet


Copyright © 1999-2012. All Rights Reserved.