public static class KieServerHttpRequest.RequestOutputStream extends BufferedOutputStream
buf, countout| Constructor and Description |
|---|
RequestOutputStream(OutputStream stream,
String charset,
int bufferSize)
Create request output stream
|
| Modifier and Type | Method and Description |
|---|---|
KieServerHttpRequest.RequestOutputStream |
write(String value)
Write string to stream
|
flush, write, writeclose, writepublic RequestOutputStream(OutputStream stream, String charset, int bufferSize)
stream - charset - bufferSize - public KieServerHttpRequest.RequestOutputStream write(String value) throws IOException
value - IOExceptionCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.