server

package
v0.2.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 9, 2024 License: Apache-2.0 Imports: 17 Imported by: 29

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Logger

type Logger struct {
	// contains filtered or unexported fields
}

func (*Logger) Printf

func (self *Logger) Printf(format string, v ...any)

jsonrpc2.Logger interface

type Server

type Server struct {
	Handler     glsp.Handler
	LogBaseName string
	Debug       bool

	Log          commonlog.Logger
	Context      contextpkg.Context
	ReadTimeout  time.Duration
	WriteTimeout time.Duration
}

func NewServer

func NewServer(handler glsp.Handler, logBaseName string, debug bool) *Server

func (*Server) GetStdio added in v0.2.0

func (self *Server) GetStdio() *jsonrpc2.Conn

func (*Server) RunNodeJs

func (self *Server) RunNodeJs() error

func (*Server) RunStdio

func (self *Server) RunStdio() error

func (*Server) RunTCP

func (self *Server) RunTCP(address string) error

func (*Server) RunWebSocket

func (self *Server) RunWebSocket(address string) error

func (*Server) ServeWebSocket added in v0.2.1

func (self *Server) ServeWebSocket(socket *websocket.Conn)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL