Package org.archive.httpclient

Provides specializations on apache jakarta commons httpclient.

See:
          Description

Class Summary
ConfigurableX509TrustManager A configurable trust manager built on X509TrustManager.
HttpRecorderGetMethod Override of GetMethod that marks the passed HttpRecorder w/ the transition from HTTP head to body and that forces a close on the http connection.
HttpRecorderMethod This class encapsulates the specializations supplied by the overrides HttpRecorderGetMethod and HttpRecorderPostMethod.
HttpRecorderPostMethod Override of PostMethod that marks the passed HttpRecorder w/ the transition from HTTP head to body and that forces a close on the responseConnection.
SingleHttpConnectionManager An HttpClient-compatible HttpConnection "manager" that actually just gives out a new connection each time -- skipping the overhead of connection management, since we already throttle our crawler with external mechanisms.
ThreadLocalHttpConnectionManager A simple, but thread-safe HttpClient HttpConnectionManager.
 

Package org.archive.httpclient Description

Provides specializations on apache jakarta commons httpclient.

HttpRecorderGetMethod

Class that the passed HttpRecorder w/ boundary between HTTP header and content. Also forces a close on the response on call to releaseConnection.

ConfigurableTrustManagerProtocolSocketFactory

A protocol socket factory that allows setting of trust level on construction.

References

JavaTM Secure Socket Extension (JSSE): Reference Guide



Copyright © 2003-2011 Internet Archive. All Rights Reserved.