|
||||||||||
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.api.client.TerminatingClientHandler
public abstract class TerminatingClientHandler
A terminating client handler that is invoked to produce an HTTP request to send to a resource and process the HTTP response received from the resource.
This class can be extended to integrate HTTP protocol functionality with the Client API. Utility methods are provided for converting header values and writing a request entity.
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 | |
---|---|
TerminatingClientHandler()
|
Method Summary |
---|
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 |
Methods inherited from interface com.sun.jersey.api.client.ClientHandler |
---|
handle |
Constructor Detail |
---|
public TerminatingClientHandler()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |