Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrServerClosed = errors.New("tcp: Server closed") ErrAbortHandler = errors.New("tcp: abort TCPHandler") ServerContextKey = &contextKey{"tcp-server"} LocalAddrContextKey = &contextKey{"local-addr"} )
ErrServerClosed
Functions ¶
This section is empty.
Types ¶
type TCPHandler ¶
TCPHandler TCP 处理器
Click to show internal directories.
Click to hide internal directories.