Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Multiplexer ¶
type Multiplexer struct {
// contains filtered or unexported fields
}
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) HTTP ¶
func (m *Multiplexer) HTTP() net.Listener
func (*Multiplexer) SSH ¶
func (m *Multiplexer) SSH() net.Listener
type MultiplexerConfig ¶
Click to show internal directories.
Click to hide internal directories.