Documentation ¶ Index ¶ func NewServer(o *listener.Mixed, ii netapi.Listener, handler netapi.Handler) (netapi.Accepter, error) type Matcher type Mixed func (m *Mixed) AddMatcher(match func(byte) bool) net.Listener func (m *Mixed) Close() error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewServer ¶ func NewServer(o *listener.Mixed, ii netapi.Listener, handler netapi.Handler) (netapi.Accepter, error) Types ¶ type Matcher ¶ added in v0.3.8 type Matcher struct { // contains filtered or unexported fields } type Mixed ¶ type Mixed struct { // contains filtered or unexported fields } func (*Mixed) AddMatcher ¶ added in v0.3.8 func (m *Mixed) AddMatcher(match func(byte) bool) net.Listener func (*Mixed) Close ¶ func (m *Mixed) Close() error Source Files ¶ View all Source files mixed.go Click to show internal directories. Click to hide internal directories.