public interface ClientRequestAdapter
| Modifier and Type | Method and Description |
|---|---|
OutputStream |
adapt(ClientRequest request,
OutputStream out)
Adapt the output stream of the client request.
|
OutputStream adapt(ClientRequest request, OutputStream out) throws IOException
request - the client requestout - the output stream to write the request entity.IOExceptionCopyright © 2014 Oracle Corporation. All rights reserved.