Module matcher
Expand description
service::Matchers implementations to match on Sockets.
See service::matcher module for more information.
Modules§
- ip
- ip matcher and utilities
Structs§
- IpNet
Matcher - Matcher based on whether or not the
IpNetcontains theSocketAddrof the peer. - Loopback
Matcher - Matcher based on the ip part of the
SocketAddrof the peer, matching only if the ip is a loopback address. - Port
Matcher - Matcher based on the port part of the
SocketAddrof the peer. - Private
IpNet Matcher - Matcher based on the ip part of the
SocketAddrof the peer, matching only if the IP is considered a private address. - Socket
Address Matcher - Matcher based on the
SocketAddrof the peer. - Socket
Matcher - A matcher to match on a
Socket.