lsp / org.pinelang.lsp.lsp / LSPServer / RpcJsonHandler
RpcJsonHandler¶
inner class RpcJsonHandler : ChannelInboundHandlerAdapter
Constructors¶
Name | Summary |
---|---|
<init> | RpcJsonHandler() |
Functions¶
Name | Summary |
---|---|
channelRead | fun channelRead(ctx: ChannelHandlerContext, msg: Any ): Unit |
channelReadComplete | fun channelReadComplete(ctx: ChannelHandlerContext): Unit |
exceptionCaught | fun exceptionCaught(ctx: ChannelHandlerContext, cause: Throwable ): Unit |