MCPcopy
hub / github.com/cloudflare/cloudflared / Dial

Method Dial

socks/dialer.go:11–11  ·  view source on GitHub ↗
(string)

Source from the content-addressed store, hash-verified

9// Dialer is used to provided the transport of the proxy
10type Dialer interface {
11 Dial(string) (io.ReadWriteCloser, *AddrSpec, error)
12}
13
14// NetDialer is a standard TCP dialer

Callers 11

DialQuicFunction · 0.65
DialUDPMethod · 0.65
DialMethod · 0.65
handleConnectMethod · 0.65
roundtripMethod · 0.65
TestStartServerFunction · 0.65
clientConnectFunction · 0.65
WSPipeFunction · 0.65
RunFunction · 0.65

Implementers 2

NetDialersocks/dialer.go
ConnDialersocks/dialer.go

Calls

no outgoing calls

Tested by 4

roundtripMethod · 0.52
TestStartServerFunction · 0.52