Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BufferedConn ¶
type BufferedConn struct { net.Conn // So that most methods are embedded // contains filtered or unexported fields }
func NewBufferedConn ¶
func NewBufferedConn(c *net.TCPConn) BufferedConn
func NewBufferedConnSize ¶
func NewBufferedConnSize(c *net.TCPConn, n int) BufferedConn
func (BufferedConn) Close ¶
func (b BufferedConn) Close() error
Click to show internal directories.
Click to hide internal directories.