WebSocketConnectionImpl.sendData

Undocumented in source. Be warned that the author may not have intended to support it.
  1. FuturePromise!(bool) sendData(byte[] data)
  2. FuturePromise!(bool) sendData(ByteBuffer data)
    class WebSocketConnectionImpl
    override
    FuturePromise!(bool)
    sendData
    (
    ByteBuffer data
    )

Meta