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 ¶
DenyNewConnections - deny new connections
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
Click to show internal directories.
Click to hide internal directories.