protected class Http2Connection.BlockingOutputStream
extends java.io.OutputStream
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
closed |
protected Http2Connection |
connection |
protected boolean |
written |
| Modifier | Constructor and Description |
|---|---|
protected |
BlockingOutputStream(Http2Connection connection) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
boolean |
isWritten() |
void |
write(int b) |
protected Http2Connection connection
protected boolean written
protected boolean closed
protected BlockingOutputStream(Http2Connection connection)
public void write(int b)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionpublic boolean isWritten()
public void flush()
throws java.io.IOException
flush in interface java.io.Flushableflush in class java.io.OutputStreamjava.io.IOExceptionpublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.OutputStreamjava.io.IOException