Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitListener ¶
func InitListener()
Types ¶
type QuicListener ¶
type QuicListener struct {
// contains filtered or unexported fields
}
func (*QuicListener) Listen ¶
func (l *QuicListener) Listen(ctx context.Context, connections chan<- connection.TlsConn) error
type QuicListenerFactory ¶
type QuicListenerFactory struct{}
func (*QuicListenerFactory) New ¶
func (t *QuicListenerFactory) New(local *url.URL, tlsConf *tls.Config) connection.GenericListener
type TcpListener ¶
type TcpListener struct {
// contains filtered or unexported fields
}
func (*TcpListener) Listen ¶
func (t *TcpListener) Listen(ctx context.Context, connections chan<- connection.TlsConn) error
type TcpListenerFactory ¶
type TcpListenerFactory struct{}
func (*TcpListenerFactory) New ¶
func (t *TcpListenerFactory) New(local *url.URL, tlsConf *tls.Config) connection.GenericListener
Click to show internal directories.
Click to hide internal directories.