Documentation
¶
Index ¶
- type EncryptedUpgrader
- func (s *EncryptedUpgrader) Close()
- func (s *EncryptedUpgrader) IsCloseError(err error, codes ...int) bool
- func (s *EncryptedUpgrader) OnMessage(fn func(msg []byte) ([]byte, error))
- func (s *EncryptedUpgrader) SendEncrypted(msg []byte) error
- func (s *EncryptedUpgrader) SendPlain(msg string) error
- func (s *EncryptedUpgrader) SetNewSalt(salt string)
- func (s *EncryptedUpgrader) UpgradeConnection(w http.ResponseWriter, r *http.Request) (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EncryptedUpgrader ¶
type EncryptedUpgrader struct {
// contains filtered or unexported fields
}
func NewEncryptedUpgrader ¶
func NewEncryptedUpgrader() *EncryptedUpgrader
func (*EncryptedUpgrader) Close ¶
func (s *EncryptedUpgrader) Close()
func (*EncryptedUpgrader) IsCloseError ¶
func (s *EncryptedUpgrader) IsCloseError(err error, codes ...int) bool
func (*EncryptedUpgrader) OnMessage ¶
func (s *EncryptedUpgrader) OnMessage(fn func(msg []byte) ([]byte, error))
func (*EncryptedUpgrader) SendEncrypted ¶
func (s *EncryptedUpgrader) SendEncrypted(msg []byte) error
func (*EncryptedUpgrader) SendPlain ¶
func (s *EncryptedUpgrader) SendPlain(msg string) error
func (*EncryptedUpgrader) SetNewSalt ¶
func (s *EncryptedUpgrader) SetNewSalt(salt string)
func (*EncryptedUpgrader) UpgradeConnection ¶
func (s *EncryptedUpgrader) UpgradeConnection(w http.ResponseWriter, r *http.Request) (err error)
Click to show internal directories.
Click to hide internal directories.