stream

package
v0.4.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 31, 2020 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Dialer

type Dialer interface {
	DialStream(ctx context.Context) (Stream, error)
}

type Handler

type Handler interface {
	ServeStream(ctx context.Context, stm Stream)
}

type ListenConfig

type ListenConfig interface {
	ListenStream(ctx context.Context) (StreamListener, error)
}

type Stream

type Stream = net.Conn

type StreamListener

type StreamListener = net.Listener

Directories

Path Synopsis
lb
tls
handler
lb
mux
tls
tls

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL