websocket

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 20, 2025 License: AGPL-3.0, AGPL-3.0-or-later Imports: 8 Imported by: 0

Documentation

Index

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)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL