Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrClosedByRemote = errors.New("network: closed by remote")
ErrClosedByRemote closed by remote error
View Source
var ErrStreamClosed = errors.New("network: stream closed")
ErrStreamClosed stream closed error
Functions ¶
This section is empty.
Types ¶
type Conn ¶
type Conn struct {
// contains filtered or unexported fields
}
Conn connection
func (*Conn) AcceptStream ¶
AcceptStream accept stream
func (*Conn) OpenStream ¶
OpenStream open stream
func (*Conn) SendKeepalive ¶
SendKeepalive send keepalive packet
Click to show internal directories.
Click to hide internal directories.