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