Documentation ¶
Index ¶
- func NewDialer() network.Dialer
- type Conn
- func (c *Conn) Flush() error
- func (c *Conn) HandleSpecificError(err error, rip string) (needIgnore bool)
- func (c *Conn) Len() int
- func (c *Conn) Malloc(n int) (buf []byte, err error)
- func (c *Conn) Peek(n int) (b []byte, err error)
- func (c *Conn) Read(p []byte) (int, error)
- func (c *Conn) ReadBinary(n int) (b []byte, err error)
- func (c *Conn) ReadByte() (b byte, err error)
- func (c *Conn) Release() error
- func (c *Conn) Skip(n int) error
- func (c *Conn) ToHertzError(err error) error
- func (c *Conn) WriteBinary(b []byte) (n int, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Conn ¶
func (*Conn) HandleSpecificError ¶ added in v0.5.2
func (*Conn) ToHertzError ¶ added in v0.5.2
Click to show internal directories.
Click to hide internal directories.