networkentity

package
v0.0.6 Latest Latest
Warning

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

Go to latest
Published: Sep 6, 2022 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NetworkEntity

type NetworkEntity interface {
	GetId() int64                    // get the id of the network entity
	Stop() error                     // stop the network entity
	Send(in interface{}) error       // send message with network entity
	RemoteAddr() net.Addr            // get the network entity's remote address
	LocalAddr() net.Addr             // get the network entity's local address
	GetLastTimeOnline() int64        // get the last time online
	GetLatency() int64               // get the latency
	GetConnInfo() *acceptor.ConnInfo // get the connection info
}

NetworkEntity is a network entity that can be used in session

Jump to

Keyboard shortcuts

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