public class HttpClientType
extends org.apache.tools.ant.types.DataType
Constructor and Description |
---|
HttpClientType(org.apache.tools.ant.Project p) |
Modifier and Type | Method and Description |
---|---|
ClientParams |
createClientParams() |
HostConfig |
createHostConfig() |
HttpStateType |
createHttpState() |
org.apache.commons.httpclient.HttpClient |
getClient() |
protected HttpClientType |
getRef() |
void |
setStateRefId(java.lang.String stateRefId) |
public org.apache.commons.httpclient.HttpClient getClient()
public void setStateRefId(java.lang.String stateRefId)
protected HttpClientType getRef()
public ClientParams createClientParams()
public HttpStateType createHttpState()
public HostConfig createHostConfig()