|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.jira.functest.framework.jerseyclient.ApacheClientFactoryImpl
public class ApacheClientFactoryImpl
Factory for Jersey clients that use Apache HttpClient.
Constructor Summary | |
---|---|
ApacheClientFactoryImpl()
Creates a ClientFactory with the default configuration, which uses Jackson as the JSON marshaller. |
|
ApacheClientFactoryImpl(com.sun.jersey.api.client.config.ClientConfig config)
Creates a ClientFactory with the provided configuration. |
Method Summary | |
---|---|
com.sun.jersey.api.client.Client |
create()
Creates a Jersey client. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ApacheClientFactoryImpl()
public ApacheClientFactoryImpl(com.sun.jersey.api.client.config.ClientConfig config)
config
- a ClientConfigMethod Detail |
---|
public com.sun.jersey.api.client.Client create()
create
in interface JerseyClientFactory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |