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.IOException
Copyright © 2013 Oracle Corporation. All rights reserved.