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, init
public 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.EncodeException
java.io.IOException
Copyright © 1995–2023 Webtide. All rights reserved.