hunt-http ~v0.0.x (2022-05-15T16:04:28.5576772)
Dub
Repo
WebSocketConnection.sendData
hunt
http
codec
websocket
stream
WebSocketConnection
WebSocketConnection
Send binary message.
@param data The binary message. @return The future result.
CompletableFuture
!(
bool
)
sendData
(byte[] data)
CompletableFuture
!(
bool
)
sendData
(ByteBuffer data)
interface
WebSocketConnection
CompletableFuture
!(
bool
)
sendData
(
ByteBuffer
data
)
Meta
Source
See Implementation
hunt
http
codec
websocket
stream
WebSocketConnection
WebSocketConnection
functions
generateMask
getIOState
getPolicy
getUpgradeRequest
getUpgradeResponse
onClose
onException
sendData
sendText
Send binary message.
@param data The binary message. @return The future result.