Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Multiplexer ¶
func Listen ¶
func Listen(network, address string) (*Multiplexer, error)
func ListenWithConfig ¶
func ListenWithConfig(network, address string, c MultiplexerConfig) (*Multiplexer, error)
func (*Multiplexer) Close ¶
func (m *Multiplexer) Close()
func (*Multiplexer) GetListeners ¶ added in v1.0.3
func (m *Multiplexer) GetListeners() []string
func (*Multiplexer) HTTP ¶
func (m *Multiplexer) HTTP() net.Listener
func (*Multiplexer) SSH ¶
func (m *Multiplexer) SSH() net.Listener
func (*Multiplexer) StartListener ¶ added in v1.0.3
func (m *Multiplexer) StartListener(network, address string) error
func (*Multiplexer) StopListener ¶ added in v1.0.3
func (m *Multiplexer) StopListener(address string) error
type MultiplexerConfig ¶
 Click to show internal directories. 
   Click to hide internal directories.