Class OutgoingWebSocketMessage
Represents a single outgoing WebSocket message as an OutputStream.
Methods
Name | Description |
---|---|
finalize
()
|
Flushes and finalizes the stream. |
flush
()
|
Flushes the stream and makes sure that all data is being written to the output device. |
write
(bytes, mode)
|
Writes an array of bytes to the stream. |
Aliases
Name | Description |
---|---|
write
|