dispatcher_transport

package
v0.0.0-...-1b5ebc5 Latest Latest
Warning

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

Go to latest
Published: Sep 28, 2013 License: BSD-3-Clause Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DispatcherTransport

type DispatcherTransport interface {
	Listen(messageChannel chan dispatcher_message.Message, clients *dispatcher_client.Clients)
	Destroy()
}

func NewDispatcherTransport

func NewDispatcherTransport(auth *auth_transport.AuthTransport) DispatcherTransport

type SockjsClient

type SockjsClient struct {
	// contains filtered or unexported fields
}

func (SockjsClient) SendMessage

func (self SockjsClient) SendMessage(msg string) error

type SockjsDispatcherTransport

type SockjsDispatcherTransport struct {
	// contains filtered or unexported fields
}

func NewSockjsDispatcherTransport

func NewSockjsDispatcherTransport(auth *auth_transport.AuthTransport) SockjsDispatcherTransport

func (*SockjsDispatcherTransport) ConnectionHandler

func (self *SockjsDispatcherTransport) ConnectionHandler(session sockjs.Conn)

func (*SockjsDispatcherTransport) Destroy

func (self *SockjsDispatcherTransport) Destroy()

func (*SockjsDispatcherTransport) Listen

func (self *SockjsDispatcherTransport) Listen(messageChannel chan dispatcher_message.Message, clients *dispatcher_client.Clients)

Jump to

Keyboard shortcuts

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