
public class OChunkedResponse extends OutputStream
| Constructor and Description |
|---|
OChunkedResponse(OHttpResponse iHttpResponse) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
void |
write(int b) |
protected void |
writeContent() |
write, writepublic OChunkedResponse(OHttpResponse iHttpResponse)
public void write(int b)
throws IOException
write in class OutputStreamIOExceptionpublic void flush()
throws IOException
flush in interface Flushableflush in class OutputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class OutputStreamIOExceptionprotected void writeContent()
throws IOException
IOExceptionCopyright © 2009–2025 OrientDB. All rights reserved.