Documentation ¶
Index ¶
Constants ¶
View Source
const DefaultAddress = ":10080"
View Source
const DefaultNetwork = "tcp"
View Source
const DefaultPolicy = `` /* 173-byte string literal not displayed */
View Source
const DefaultSWF = `<SWF src="0/app/1430/welcome.swf" />`
Variables ¶
This section is empty.
Functions ¶
func AuthAnswer ¶
func NewMutexLogger ¶
func NewXMLConnection ¶
Types ¶
type Listener ¶
type Listener struct { Policy string SWF string OnError func(err error) Handler func(XMLConnection) }
func NewListener ¶
func NewListener() *Listener
func (*Listener) ListenAndServe ¶
type XMLConnection ¶
type XMLConnection interface { io.Closer Read(context.Context) (string, error) Write(context.Context, string) error }
func NewXMLConnectionDebugger ¶
func NewXMLConnectionDebugger(impl XMLConnection, log func(format string, args ...interface{})) XMLConnection
Click to show internal directories.
Click to hide internal directories.