nixd
|
#include <Connection.h>
Public Member Functions | |
virtual | ~MessageHandler ()=default |
virtual bool | onNotify (llvm::StringRef Method, llvm::json::Value)=0 |
virtual bool | onCall (llvm::StringRef Method, llvm::json::Value Params, llvm::json::Value ID)=0 |
virtual bool | onReply (llvm::json::Value ID, llvm::Expected< llvm::json::Value > Result)=0 |
Parsed & classfied messages are dispatched to this handler class LSP Servers should inherit from this handler and dispatch notify/call/reply to implementations.
Definition at line 23 of file Connection.h.
|
virtualdefault |
|
pure virtual |
Referenced by lspserver::InboundPort::dispatch().
|
pure virtual |
Referenced by lspserver::InboundPort::dispatch().
|
pure virtual |
Referenced by lspserver::InboundPort::dispatch().