public interface ClientRequestAdapter
Modifier and Type | Method and Description |
---|---|
java.io.OutputStream |
adapt(ClientRequest request,
java.io.OutputStream out)
Adapt the output stream of the client request.
|
java.io.OutputStream adapt(ClientRequest request, java.io.OutputStream out) throws java.io.IOException
request
- the client requestout
- the output stream to write the request entity.java.io.IOException
Copyright © 2016 Oracle Corporation. All Rights Reserved.