Module io.helidon.webclient.api
Package io.helidon.webclient.api
Interface ClientRequest.OutputStreamHandler
- Enclosing interface:
- ClientRequest<T extends ClientRequest<T>>
public static interface ClientRequest.OutputStreamHandler
Handle output stream.
- 
Method Summary
- 
Method Details- 
handleHandle the output stream.- Parameters:
- out- output stream to write data to
- Throws:
- IOException- in case the write fails
 
 
-