websocket

package
v0.11.2 Latest Latest
Warning

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

Go to latest
Published: Dec 4, 2018 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package websocket provides web socket auto configuration for web/cli application

Index

Constants

View Source
const (
	// Profile websocket profile name
	Profile = "websocket"
	// All is the string which the Emitter use to send a message to all.
	All = ""
	// Broadcast is the string which the Emitter use to send a message to all except this connection.
	Broadcast = ";to;all;except;me;"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Connection

type Connection struct {
	at.ContextAware
	websocket.Connection
}

Connection is the websocket connection

type Handler

type Handler interface {
	OnMessage(data []byte)
	OnDisconnect()
}

Handler is the interface the websocket handler

type Register added in v0.11.0

type Register func(handler Handler, conn *Connection)

Register is the handler register

type Server

type Server struct {
	*websocket.Server
}

Jump to

Keyboard shortcuts

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