public class NettyOutputStream extends WAMPOutputStream
| Constructor and Description |
|---|
NettyOutputStream(io.netty.buffer.ByteBuf buffer) |
| Modifier and Type | Method and Description |
|---|---|
WAMPOutputStream |
duplicate() |
void |
release() |
void |
write(byte[] b) |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
close, flushpublic void release()
release in class WAMPOutputStreampublic WAMPOutputStream duplicate()
duplicate in class WAMPOutputStreampublic void write(int b)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] b)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] b,
int off,
int len)
throws IOException
write in class OutputStreamIOExceptionCopyright © 2021. All rights reserved.