Documentation ¶
Index ¶
- func IsNoStatConn(addr string) bool
- func NewNoStat(rawConn net.Conn) net.Conn
- type NoStatConn
- func (this *NoStatConn) Close() error
- func (this *NoStatConn) LocalAddr() net.Addr
- func (this *NoStatConn) Read(b []byte) (n int, err error)
- func (this *NoStatConn) RemoteAddr() net.Addr
- func (this *NoStatConn) SetDeadline(t time.Time) error
- func (this *NoStatConn) SetReadDeadline(t time.Time) error
- func (this *NoStatConn) SetWriteDeadline(t time.Time) error
- func (this *NoStatConn) Write(b []byte) (n int, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type NoStatConn ¶
type NoStatConn struct {
// contains filtered or unexported fields
}
func (*NoStatConn) Close ¶
func (this *NoStatConn) Close() error
func (*NoStatConn) LocalAddr ¶
func (this *NoStatConn) LocalAddr() net.Addr
func (*NoStatConn) RemoteAddr ¶
func (this *NoStatConn) RemoteAddr() net.Addr
func (*NoStatConn) SetDeadline ¶
func (this *NoStatConn) SetDeadline(t time.Time) error
func (*NoStatConn) SetReadDeadline ¶
func (this *NoStatConn) SetReadDeadline(t time.Time) error
func (*NoStatConn) SetWriteDeadline ¶
func (this *NoStatConn) SetWriteDeadline(t time.Time) error
Click to show internal directories.
Click to hide internal directories.