Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TCPConnection ¶
type TCPConnection struct {
// contains filtered or unexported fields
}
func NewTCPConnection ¶
func NewTCPConnection() *TCPConnection
func (*TCPConnection) Close ¶
func (tc *TCPConnection) Close() error
func (*TCPConnection) Key ¶
func (tc *TCPConnection) Key() string
func (*TCPConnection) Send ¶
func (tc *TCPConnection) Send(d []byte)
Click to show internal directories.
Click to hide internal directories.