Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MixListener ¶
type MixListener struct {
// contains filtered or unexported fields
}
func NewMixListener ¶
func NewMixListener(port int, listeners ...*net.TCPListener) *MixListener
func (*MixListener) Add ¶
func (m *MixListener) Add(ls ...*net.TCPListener)
func (*MixListener) Addr ¶
func (m *MixListener) Addr() net.Addr
func (*MixListener) Close ¶
func (m *MixListener) Close() error
func (*MixListener) Listeners ¶
func (m *MixListener) Listeners() []*net.TCPListener
Click to show internal directories.
Click to hide internal directories.