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

Enclosing class:
HttpResource

@ThreadSafe
public static interface HttpResource.HttpResponseCustomizationStrategy

Strategy used to perform any HttpResponse processing prior to returning the InputStream for its content.


Method Summary
 org.apache.http.HttpResponse customize(org.apache.http.HttpResponse httpResponse)
          Customizes the given HttpResponse.
 

Method Detail

customize

@Nonnull
org.apache.http.HttpResponse customize(@Nonnull
                                               org.apache.http.HttpResponse httpResponse)
Customizes the given HttpResponse.

Parameters:
httpResponse - the current HttpResponse
Returns:
the customized HttpResponse


Copyright © 1999-2012. All Rights Reserved.