Package net.shibboleth.utilities.java.support.httpclient

Classes for working with Apache HttpClient.

See:
          Description

Interface Summary
HttpResource.HttpGetCustomizationStrategy Strategy that can be used to customize an HttpGet object before it is used.
HttpResource.HttpResponseCustomizationStrategy Strategy used to perform any HttpResponse processing prior to returning the InputStream for its content.
 

Class Summary
FileCachingHttpClientBuilder An HttpClient builder that supports RFC 2616 caching.
HttpClientBuilder Builder used to construct HttpClient objects configured with particular settings.
HttpResource A resource that fetches data from a remote source via HTTP.
IdleConnectionSweeper A utility that periodically closes idle connections held by a HttpClient.
InMemoryCachingHttpClientBuilder An HttpClient builder that supports RFC 2616 caching.
RequestConnectionClose Adds a Connection: close to all HTTP/1.1 requests.
 

Package net.shibboleth.utilities.java.support.httpclient Description

Classes for working with Apache HttpClient.



Copyright © 1999-2012. All Rights Reserved.