Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

alt.org.apache.commons.httpclient
Class HttpClientFactoryImpl  view HttpClientFactoryImpl download HttpClientFactoryImpl.java

java.lang.Object
  extended byalt.org.apache.commons.httpclient.HttpClientFactoryImpl
All Implemented Interfaces:
HttpClientFactory

public class HttpClientFactoryImpl
extends java.lang.Object
implements HttpClientFactory


Constructor Summary
HttpClientFactoryImpl()
           
 
Method Summary
 org.apache.commons.httpclient.HttpClient createHttpClient()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpClientFactoryImpl

public HttpClientFactoryImpl()
Method Detail

createHttpClient

public org.apache.commons.httpclient.HttpClient createHttpClient()
Specified by:
createHttpClient in interface HttpClientFactory