|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProtocolSocketFactoryBuilder
ProtocolSocketFactory
Builder.
Method Summary | |
---|---|
org.apache.commons.httpclient.protocol.ProtocolSocketFactory |
newInstance()
Create a new instance of the ProtocolSocketFactory based on the supplied
HttpClientFactory configuration. |
void |
setConfiguration(java.util.Properties configuration)
Set the builder configuration. |
Method Detail |
---|
void setConfiguration(java.util.Properties configuration) throws ConfigurationException
configuration
- The configuration.
ConfigurationException
- Bad configuration.org.apache.commons.httpclient.protocol.ProtocolSocketFactory newInstance() throws ConfigurationException
ProtocolSocketFactory
based on the supplied
HttpClientFactory
configuration.
ConfigurationException
- Bad configuration.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |