Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrorListenerClosed = cmux.ErrListenerClosed
)
Functions ¶
This section is empty.
Types ¶
type CMuxMatch ¶
type ListenerProxy ¶
type ListenerProxy struct {
// contains filtered or unexported fields
}
func NewListenerProxy ¶
func NewListenerProxy(l net.Listener, shutDown chan struct{}) *ListenerProxy
func (*ListenerProxy) Addr ¶
func (l *ListenerProxy) Addr() net.Addr
func (*ListenerProxy) Close ¶
func (l *ListenerProxy) Close() error
func (*ListenerProxy) Replace ¶
func (l *ListenerProxy) Replace() *ListenerProxy
func (*ListenerProxy) ShutDown ¶
func (l *ListenerProxy) ShutDown()
Click to show internal directories.
Click to hide internal directories.