| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ClientResponse | |
|---|---|
| org.apache.wink.client | |
| org.apache.wink.client.handlers | |
| Uses of ClientResponse in org.apache.wink.client | 
|---|
| Methods in org.apache.wink.client that return ClientResponse | |
|---|---|
|  ClientResponse | Resource.delete()Invoke the DELETE method | 
|  ClientResponse | Resource.get()Invoke the GET method | 
|  ClientResponse | ClientWebException.getResponse()Get the ClientResponseof the invocation | 
|  ClientResponse | Resource.head()Invoke the HEAD method | 
|  ClientResponse | Resource.options()Invoke the OPTIONS method | 
|  ClientResponse | Resource.post(java.lang.Object requestEntity)Invoke the POST method | 
|  ClientResponse | Resource.put(java.lang.Object requestEntity)Invoke the PUT method | 
| Constructors in org.apache.wink.client with parameters of type ClientResponse | |
|---|---|
| ClientWebException(ClientRequest request,
                   ClientResponse response) | |
| Uses of ClientResponse in org.apache.wink.client.handlers | 
|---|
| Methods in org.apache.wink.client.handlers that return ClientResponse | |
|---|---|
|  ClientResponse | HandlerContext.doChain(ClientRequest request)Call the next handler on the chain. | 
|  ClientResponse | ClientHandler.handle(ClientRequest request,
       HandlerContext context)This method is invoked for every request invocation to allow the handler to perform custom actions during the invocation. | 
| Methods in org.apache.wink.client.handlers with parameters of type ClientResponse | |
|---|---|
|  java.io.InputStream | InputStreamAdapter.adapt(java.io.InputStream is,
      ClientResponse response)This method is called in order to wrap the response input stream with another input stream to allow the manipulation of the response entity stream. | 
| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||