public class DefaultBinaryStreamEncoder extends AbstractEncoder implements javax.websocket.Encoder.BinaryStream<java.nio.ByteBuffer>
| Constructor and Description |
|---|
DefaultBinaryStreamEncoder() |
| Modifier and Type | Method and Description |
|---|---|
void |
encode(java.nio.ByteBuffer message,
java.io.OutputStream out) |
destroy, initpublic void encode(java.nio.ByteBuffer message,
java.io.OutputStream out)
throws javax.websocket.EncodeException,
java.io.IOException
encode in interface javax.websocket.Encoder.BinaryStream<java.nio.ByteBuffer>javax.websocket.EncodeExceptionjava.io.IOExceptionCopyright © 1995–2023 Webtide. All rights reserved.