MCPcopy
hub / github.com/MetaCubeX/mihomo / Obfs

Interface Obfs

transport/ssr/obfs/obfs.go:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19type Obfs interface {
20 StreamConn(net.Conn) net.Conn
21}
22
23type obfsCreator func(b *Base) Obfs
24

Callers 5

StreamConnContextMethod · 0.65
streamConnContextMethod · 0.65
streamConnContextMethod · 0.65
HandleConnMethod · 0.65
HandleConnMethod · 0.65

Implementers 14

AeadCiphertransport/shadowsocks/core/cipher.go
StreamCiphertransport/shadowsocks/core/cipher.go
dummytransport/shadowsocks/core/cipher.go
authSHA1V4transport/ssr/protocol/auth_sha1_v4.go
origintransport/ssr/protocol/origin.go
authChainAtransport/ssr/protocol/auth_chain_a.go
authAES128transport/ssr/protocol/auth_aes128_sha
authChainBtransport/ssr/protocol/auth_chain_b.go
tls12Tickettransport/ssr/obfs/tls1.2_ticket_auth.
httpObfstransport/ssr/obfs/http_simple.go
randomHeadtransport/ssr/obfs/random_head.go
plaintransport/ssr/obfs/plain.go

Calls

no outgoing calls

Tested by

no test coverage detected