|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClientRequest | |
---|---|
org.apache.wink.client | |
org.apache.wink.client.handlers |
Uses of ClientRequest in org.apache.wink.client |
---|
Methods in org.apache.wink.client that return ClientRequest | |
---|---|
ClientRequest |
ClientWebException.getRequest()
Get the ClientRequest of the invocation |
Constructors in org.apache.wink.client with parameters of type ClientRequest | |
---|---|
ClientWebException(ClientRequest request,
ClientResponse response)
|
Uses of ClientRequest in org.apache.wink.client.handlers |
---|
Methods in org.apache.wink.client.handlers with parameters of type ClientRequest | |
---|---|
java.io.OutputStream |
OutputStreamAdapter.adapt(java.io.OutputStream os,
ClientRequest request)
This method is called in order to wrap the request output stream with another output stream to allow the manipulation of the request entity stream. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |