|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jersey.api.client.RequestWriter
com.sun.jersey.client.apache.DefaultApacheHttpMethodExecutor
public class DefaultApacheHttpMethodExecutor
A default implementation of an Apache HTTP method executor.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.sun.jersey.api.client.RequestWriter |
---|
RequestWriter.RequestEntityWriter, RequestWriter.RequestEntityWriterListener |
Field Summary |
---|
Fields inherited from class com.sun.jersey.api.client.RequestWriter |
---|
EMPTY_ANNOTATIONS |
Constructor Summary | |
---|---|
DefaultApacheHttpMethodExecutor(org.apache.commons.httpclient.HttpClient httpClient)
|
Method Summary | |
---|---|
void |
executeMethod(org.apache.commons.httpclient.HttpMethod method,
ClientRequest cr)
Execute the HTTP method |
Methods inherited from class com.sun.jersey.api.client.RequestWriter |
---|
getMessageBodyWorkers, getRequestEntityWriter, setMessageBodyWorkers, writeRequestEntity |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultApacheHttpMethodExecutor(org.apache.commons.httpclient.HttpClient httpClient)
Method Detail |
---|
public void executeMethod(org.apache.commons.httpclient.HttpMethod method, ClientRequest cr)
ApacheHttpMethodExecutor
executeMethod
in interface ApacheHttpMethodExecutor
method
- the HTTP method.cr
- the client request.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |