hunt-http ~master (2022-03-03T02:59:30Z)
Home
Dub
Repo
WebSocketConnection.sendData
hunt
http
WebSocketConnection
WebSocketConnection
Send binary message.
@param data The binary message. @return The future result.
FuturePromise
!(
bool
)
sendData
(byte[] data)
interface
WebSocketConnection
FuturePromise
!(
bool
)
sendData
(
byte
[]
data
)
FuturePromise
!(
bool
)
sendData
(ByteBuffer data)
Meta
Source
See Implementation
hunt
http
WebSocketConnection
WebSocketConnection
functions
generateMask
getIOState
getPath
getPolicy
getUpgradeRequest
getUpgradeResponse
isConnected
sendData
sendText
Send binary message.
@param data The binary message. @return The future result.