Documentation ¶
Index ¶
- type TCP
- func (tcp *TCP) Close(conn net.Conn) error
- func (tcp *TCP) Connect(addr string) (net.Conn, error)
- func (tcp *TCP) ConnectTLS(addr string) (net.Conn, error)
- func (tcp *TCP) Read(conn net.Conn, size int) ([]byte, error)
- func (tcp *TCP) Write(conn net.Conn, data []byte) error
- func (tcp *TCP) WriteLn(conn net.Conn, data []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.