Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ConnParameters ¶
type ConnParameters struct { PingInterval time.Duration PingTimeout time.Duration SID string Upgrades []string MaxPayload int }
func (ConnParameters) ToJson ¶
func (p ConnParameters) ToJson() jsonParameters
type PacketType ¶
type PacketType int
const ( OPEN PacketType = iota CLOSE PING PONG MESSAGE UPGRADE NOOP )
func (PacketType) String ¶
func (id PacketType) String() string
Click to show internal directories.
Click to hide internal directories.