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) |
checkAttributesAllowed, checkChildrenAllowed, circularReference, clone, dieOnCircularReference, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, pushAndInvokeCircularReferenceCheck, setChecked, setRefid, tooManyAttributes, toString
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()