Documentation ¶
Index ¶
- Variables
- type Adapter
- func (a *Adapter) Close() error
- func (a *Adapter) LocalAddr() net.Addr
- func (a *Adapter) Ping() chan bool
- func (a *Adapter) Read(b []byte) (int, error)
- func (a *Adapter) RemoteAddr() net.Addr
- func (a *Adapter) SetDeadline(t time.Time) error
- func (a *Adapter) SetReadDeadline(t time.Time) error
- func (a *Adapter) SetWriteDeadline(t time.Time) error
- func (a *Adapter) Write(b []byte) (int, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrUnexpectedMessageType = errors.New("unexpected websocket message type")
Functions ¶
This section is empty.
Types ¶
type Adapter ¶
type Adapter struct {
// contains filtered or unexported fields
}
func (*Adapter) RemoteAddr ¶
Click to show internal directories.
Click to hide internal directories.