telnetsrv

package
v2.18.4+incompatible Latest Latest
Warning

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

Go to latest
Published: Jul 23, 2019 License: GPL-3.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Server

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

Server - the telnet server struct

func New

func New(serverConfiguration *structs.TelnetServerConfiguration, sharedConnectionCounter *uint32, maxConnections uint32, closeConnectionChannel *chan struct{}, collector *collector.Collector, stats *tsstats.StatsTS, logger *zap.Logger, telnetHandler TelnetDataHandler) (*Server, error)

New - creates a new telnet server

func (*Server) DenyNewConnections

func (server *Server) DenyNewConnections(deny bool)

DenyNewConnections - deny new connections

func (*Server) GetName

func (server *Server) GetName() string

GetName - returns the server's name

func (*Server) Listen

func (server *Server) Listen() error

Listen - starts to listen and to handle the incoming messages

func (*Server) Shutdown

func (server *Server) Shutdown() error

Shutdown - stops listening

type TelnetDataHandler

type TelnetDataHandler interface {

	// Handle - handles the data and send
	Handle(line string)

	// sourceName - returns the connection type name
	SourceName() string
}

TelnetDataHandler - handles the data from the telnet interface

Jump to

Keyboard shortcuts

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