Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type QUICDialer ¶
type QUICDialer struct {
// contains filtered or unexported fields
}
func (*QUICDialer) Dial ¶
func (p *QUICDialer) Dial(ctx context.Context, prox *proxy.ProxyDescription) (net.Conn, error)
type QUICListener ¶
type QUICListener struct {
// contains filtered or unexported fields
}
func (*QUICListener) Close ¶
func (p *QUICListener) Close() error
func (*QUICListener) IsListening ¶
func (p *QUICListener) IsListening() bool
func (*QUICListener) Listen ¶
func (p *QUICListener) Listen(desc *proxy.ProxyDescription) error
Click to show internal directories.
Click to hide internal directories.