public class HeaderFlushedOutputStream extends OutputStream
| Constructor and Description |
|---|
HeaderFlushedOutputStream(javax.ws.rs.core.MultivaluedMap<String,Object> headers,
OutputStream delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
protected void |
flushHeaders() |
void |
write(byte[] bytes) |
void |
write(byte[] bytes,
int i,
int i1) |
void |
write(int i) |
public HeaderFlushedOutputStream(javax.ws.rs.core.MultivaluedMap<String,Object> headers, OutputStream delegate)
protected void flushHeaders()
throws IOException
IOExceptionpublic void write(int i)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] bytes)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] bytes,
int i,
int i1)
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 OutputStreamIOExceptionCopyright © 2021 JBoss by Red Hat. All rights reserved.