package
0.2.0
Repository: https://github.com/softwarekang/knetty.git
Documentation: pkg.go.dev

# Functions

NewTcpConn create a new tcp connection, conn implements Connection.

# Constants

TCPCONNECTION tcp conn.

# Structs

TcpConn tcp connection implements the Connection interface.

# Interfaces

Connection is a network connection oriented towards byte streams, based on an event-driven mechanism.
EventTrigger define connection event notification behavior.

# Type aliases

No description provided by the author