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

Packages that use HttpResource.HttpResponseCustomizationStrategy
net.shibboleth.utilities.java.support.httpclient Classes for working with Apache HttpClient
 

Uses of HttpResource.HttpResponseCustomizationStrategy in net.shibboleth.utilities.java.support.httpclient
 

Fields in net.shibboleth.utilities.java.support.httpclient declared as HttpResource.HttpResponseCustomizationStrategy
private  HttpResource.HttpResponseCustomizationStrategy HttpResource.httpResponseCustomizationStrategy
          Strategy used to customize an HttpResponse before get its content.
 

Methods in net.shibboleth.utilities.java.support.httpclient that return HttpResource.HttpResponseCustomizationStrategy
 HttpResource.HttpResponseCustomizationStrategy HttpResource.getHttpResponseCustomizationStrategy()
          Gets the strategy used to customize the HttpResponse before its content is returned.
 

Methods in net.shibboleth.utilities.java.support.httpclient with parameters of type HttpResource.HttpResponseCustomizationStrategy
 void HttpResource.setHttpResponseCustomizationStrategy(HttpResource.HttpResponseCustomizationStrategy strategy)
          Sets the strategy used to customize the HttpResponse before its content is returned.
 



Copyright © 1999-2012. All Rights Reserved.