|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.fikin.ant.httpclientanttask.AntProxy
public class AntProxy
Examples:
<proxy url="..." />
<proxy url="..." >
<proxyCredentials ... />
</proxy>
created on Feb 8, 2006
Constructor Summary | |
---|---|
AntProxy()
|
Method Summary | |
---|---|
void |
check()
check if url has been specified and it is in appropriate format |
AntCredentials |
createProxyCredentials()
assign proxy-specific user authentication data |
org.apache.commons.httpclient.ProxyHost |
getHttpHost()
create HttpClient proxy object out of this data |
AntCredentials |
getProxyCredentials()
get proxy's authentication data |
java.lang.String |
getUrl()
get proxy url |
void |
setUrl(java.lang.String url)
set proxy url |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AntProxy()
Method Detail |
---|
public void setUrl(java.lang.String url)
url
- is full url, default format is to be "http://host:port"public java.lang.String getUrl()
public AntCredentials createProxyCredentials()
public AntCredentials getProxyCredentials()
public void check() throws org.apache.tools.ant.BuildException
org.apache.tools.ant.BuildException
public org.apache.commons.httpclient.ProxyHost getHttpHost()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |