List of usage examples for org.apache.commons.httpclient HostConfiguration subclass-usage
From source file au.edu.monash.merc.capture.util.httpclient.ssl.HostConfigurationWithHostFactory.java
/**
* A kind of HostConfiguration that gets its Host from a factory. This is useful
* for integrating a specialized Protocol or SocketFactory; for example, a
* SecureSocketFactory that authenticates via SSL. Use
* HttpClient.setHostConfiguration to install a HostConfigurationWithHostFactory
* that contains the specialized HostFactory, Protocol or SocketFactory.
From source file au.edu.monash.merc.capture.util.httpclient.ssl.HostConfigurationWithStickyProtocol.java
/**
* A kind of HostConfiguration that can retain its Protocol when its host name or port changes. HttpClient may clone its
* HostConfigurationWithStickyProtocol and change the host URL, without changing the specialized Protocol.
* <p>
* This is useful for integrating a specialized Protocol or SocketFactory; for example, a SecureSocketFactory that
* authenticates via SSL. Use HttpClient.setHostConfiguration to install a HostConfigurationWithStickyProtocol that
From source file edu.monash.merc.util.ssl.HostConfigurationWithHostFactory.java
/**
* A kind of HostConfiguration that gets its Host from a factory. This is useful
* for integrating a specialized Protocol or SocketFactory; for example, a
* SecureSocketFactory that authenticates via SSL. Use
* HttpClient.setHostConfiguration to install a HostConfigurationWithHostFactory
* that contains the specialized HostFactory, Protocol or SocketFactory.
From source file edu.monash.merc.util.ssl.HostConfigurationWithStickyProtocol.java
/**
* A kind of HostConfiguration that can retain its Protocol when its host name or port changes. HttpClient may clone its
* HostConfigurationWithStickyProtocol and change the host URL, without changing the specialized Protocol.
* <p/>
* This is useful for integrating a specialized Protocol or SocketFactory; for example, a SecureSocketFactory that
* authenticates via SSL. Use HttpClient.setHostConfiguration to install a HostConfigurationWithStickyProtocol that