public final class NetworkOutputChannel extends Object
| Modifier and Type | Field and Description |
|---|---|
protected RawDataBuffer |
ioBuffer |
protected OutputStream |
socketOutputStream |
| Constructor and Description |
|---|
NetworkOutputChannel(int initialBufferSize,
OutputStream stream)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
flush()
Flush the underlying buffered socket output stream
|
protected RawDataBuffer ioBuffer
protected OutputStream socketOutputStream
public NetworkOutputChannel(int initialBufferSize,
OutputStream stream)
public void flush()
throws IOException
IOExceptionCopyright © 2019. All rights reserved.