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