lsp / org.pinelang.lsp.lsp / LSPServer
LSPServer¶
class LSPServer
Types¶
| Name | Summary |
|---|---|
| RpcJsonHandler | inner class RpcJsonHandler : ChannelInboundHandlerAdapter |
| RpcJsonState | enum class RpcJsonState |
Constructors¶
| Name | Summary |
|---|---|
| <init> | LSPServer(delegate:LSPDelegate) |
Properties¶
| Name | Summary |
|---|---|
| channelFuture | var channelFuture: ChannelFuture? |
| group | val group: EventLoopGroup |
Functions¶
| Name | Summary |
|---|---|
| startNettyServer | fun startNettyServer(hostname:String= "localhost", port:Int= 2323):Unit |
| stopServer | fun stopServer():Unit |