serve-d ~master (2022-12-14T11:55:28Z)
Dub
Repo
RPCProcessor.sendRawPacket
served
lsp
jsonrpc
RPCProcessor
Sends a raw JSON object to the other RPC side.
void
sendRawPacket
(const(char)[] rawJson)
void
sendRawPacket
(const(char)[][] parts)
class
RPCProcessor
void
sendRawPacket
(
scope
const
(
char
)[][]
parts
)
Meta
Source
See Implementation
served
lsp
jsonrpc
RPCProcessor
constructors
this
functions
awaitResponse
hasData
log
notifyMethod
notifyMethodRaw
notifyProgressRaw
poll
registerCapability
send
sendMethod
sendMethodRaw
sendRawPacket
sendRequest
stop
window
Sends a raw JSON object to the other RPC side.