Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Connection ¶
type DiscardOthers ¶
type DiscardOthers struct{}
func (DiscardOthers) Connection ¶
func (DiscardOthers) Connection(*Connection)
func (DiscardOthers) HttpExchange ¶
func (DiscardOthers) HttpExchange(*HttpExchange)
type Handler ¶
type Handler interface { Connection(*Connection) HttpExchange(*HttpExchange) }
type HttpExchange ¶
type NullHandler ¶
type NullHandler struct{ DiscardOthers }
func (NullHandler) Stop ¶
func (NullHandler) Stop()
Click to show internal directories.
Click to hide internal directories.