MCPcopy Create free account

hub / github.com/docker/go-connections / types & classes

Types & classes25 in github.com/docker/go-connections

↓ 3 callersTypeAliasPort
Port is a string containing port number and protocol in the format "80/tcp"
nat/nat.go:27
↓ 1 callersTypeAliasinmemAddr
inmemAddr is used to satisfy net.Addr for the in-memory socket.
sockets/inmem_socket.go:10
InterfaceEchoServer
proxy/network_proxy_test.go:19
StructInmemSocket
InmemSocket implements [net.Listener] using in-memory only connections.
sockets/inmem_socket.go:21
StructOptions
Options represents the information needed to create client and server TLS configurations.
tlsconfig/config.go:19
StructPortBinding
PortBinding represents a binding between a Host IP address and a Host Port
nat/nat.go:13
TypeAliasPortMap
PortMap is a collection of PortBinding indexed by Port
nat/nat.go:21
StructPortMapping
PortMapping is a data object mapping a Port to a PortBinding
nat/nat.go:147
TypeAliasPortSet
PortSet is a collection of structs indexed by Port
nat/nat.go:24
InterfaceProxy
Proxy defines the behavior of a proxy. It forwards traffic back and forth between two endpoints : the frontend and the backend. It can be used to do s
proxy/proxy.go:14
FuncTypeSockOption
SockOption sets up socket file's creating option
sockets/unix_socket.go:61
StructStubProxy
StubProxy is a proxy that is a stub (does nothing).
proxy/stub_proxy.go:8
StructTCPEchoServer
proxy/network_proxy_test.go:25
StructTCPProxy
TCPProxy is a proxy for TCP connections. It implements the Proxy interface to handle TCP traffic forwarding between the frontend and backend addresses
proxy/tcp_proxy.go:11
StructUDPEchoServer
proxy/network_proxy_test.go:30
StructUDPProxy
UDPProxy is proxy for which handles UDP datagrams. It implements the Proxy interface to handle UDP traffic forwarding between the frontend and backend
proxy/udp_proxy.go:47
StructconnTrackKey
A net.Addr where the IP is split into two fields so you can use it as a key in a map:
proxy/udp_proxy.go:21
TypeAliasconnTrackMap
proxy/udp_proxy.go:42
Interfacelogger
proxy/logger.go:3
StructnoopLogger
proxy/logger.go:7
StructportMapEntry
nat/sort.go:36
TypeAliasportMapSorter
nat/sort.go:43
StructportSorter
nat/sort.go:8
Structtest
nat/nat_test.go:305
StructtestTrustRoot
tlsconfig/systempool_test.go:26