Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Websockify ¶
type Websockify struct { // Location to listen for connections, defaults to ":6080" Listen string // Whether to print debug output Debug bool // contains filtered or unexported fields }
func (*Websockify) Register ¶
func (this *Websockify) Register(ipport string) string
func (*Websockify) Run ¶
func (this *Websockify) Run()
func (*Websockify) ServeHTTP ¶
func (this *Websockify) ServeHTTP(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.