|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Client
An interface for a transport layer to make use of a transport mechanism, such as HttpClient.
Method Summary | |
---|---|
int |
executeMethod(org.apache.commons.httpclient.methods.PostMethod method)
Fires the given post method. |
org.apache.commons.httpclient.params.HttpClientParams |
getParams()
Obtains the current http parameters. |
org.apache.commons.httpclient.HttpState |
getState()
Obtains the http state of the underlying client. |
Method Detail |
---|
org.apache.commons.httpclient.HttpState getState()
Obtains the http state of the underlying client.
org.apache.commons.httpclient.params.HttpClientParams getParams()
Obtains the current http parameters.
int executeMethod(org.apache.commons.httpclient.methods.PostMethod method) throws IOException
Fires the given post method.
method
- the type of method to execute
IOException
- if there were any problems during the execution of the method
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |