Expand description
service::Matcher
s implementations to match on Socket
s.
See service::matcher
module for more information.
Modules§
- ip matcher and utilities
Structs§
- Matcher based on whether or not the
IpNet
contains theSocketAddr
of the peer. - Matcher based on the ip part of the
SocketAddr
of the peer, matching only if the ip is a loopback address. - Matcher based on the port part of the
SocketAddr
of the peer. - Matcher based on the ip part of the
SocketAddr
of the peer, matching only if the IP is considered a private address. - Matcher based on the
SocketAddr
of the peer. - A matcher to match on a
Socket
.