server

package
v2.3.20181123+incompat... Latest Latest
Warning

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

Go to latest
Published: Nov 22, 2018 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ON_CONNECTION    = "connection"
	ON_DISCONNECTION = "disconnection"
	ON_ERROR         = "error"

	OUTPUT_EVENT = "output"
	INPUT_EVENT  = "input"
	RESIZE_EVENT = "resize"

	COMMAND_QUERY = "command"
	ARGS_QUERY    = "args"
)
View Source
const (
	BINARY_PROTOL = "binary"
	BASE64_PROTOL = "base64"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type ConnectionServer

type ConnectionServer struct {
}

func NewConnectionServer

func NewConnectionServer() *ConnectionServer

func (*ConnectionServer) ServeHTTP

func (s *ConnectionServer) ServeHTTP(w http.ResponseWriter, req *http.Request)

type TTYServer

type TTYServer struct {
	*socketio.Server
}

func NewTTYServer

func NewTTYServer(s *session.SSession) (*TTYServer, error)

type WebsockifyServer

type WebsockifyServer struct {
	Session    *session.SSession
	TargetHost string
	TargetPort int64
}

func NewWebsockifyServer

func NewWebsockifyServer(s *session.SSession) (*WebsockifyServer, error)

func (*WebsockifyServer) ReadFromWs

func (s *WebsockifyServer) ReadFromWs(wsConn *websocket.Conn) ([]byte, error)

func (*WebsockifyServer) ServeHTTP

func (s *WebsockifyServer) ServeHTTP(w http.ResponseWriter, r *http.Request)

func (*WebsockifyServer) WriteToWs

func (s *WebsockifyServer) WriteToWs(wsConn *websocket.Conn, data []byte) error

Jump to

Keyboard shortcuts

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