static MatchAttributes.Builder |
MatchAttributes.builder() |
|
MatchAttributes.Builder |
MatchAttributes.Builder.destinationPorts(Collection<PortRange> destinationPorts) |
The destination ports to inspect for.
|
MatchAttributes.Builder |
MatchAttributes.Builder.destinationPorts(Consumer<PortRange.Builder>... destinationPorts) |
The destination ports to inspect for.
|
MatchAttributes.Builder |
MatchAttributes.Builder.destinationPorts(PortRange... destinationPorts) |
The destination ports to inspect for.
|
MatchAttributes.Builder |
MatchAttributes.Builder.destinations(Collection<Address> destinations) |
The destination IP addresses and address ranges to inspect for, in CIDR notation.
|
MatchAttributes.Builder |
MatchAttributes.Builder.destinations(Consumer<Address.Builder>... destinations) |
The destination IP addresses and address ranges to inspect for, in CIDR notation.
|
MatchAttributes.Builder |
MatchAttributes.Builder.destinations(Address... destinations) |
The destination IP addresses and address ranges to inspect for, in CIDR notation.
|
MatchAttributes.Builder |
MatchAttributes.Builder.protocols(Integer... protocols) |
The protocols to inspect for, specified using each protocol's assigned internet protocol number (IANA).
|
MatchAttributes.Builder |
MatchAttributes.Builder.protocols(Collection<Integer> protocols) |
The protocols to inspect for, specified using each protocol's assigned internet protocol number (IANA).
|
MatchAttributes.Builder |
MatchAttributes.Builder.sourcePorts(Collection<PortRange> sourcePorts) |
The source ports to inspect for.
|
MatchAttributes.Builder |
MatchAttributes.Builder.sourcePorts(Consumer<PortRange.Builder>... sourcePorts) |
The source ports to inspect for.
|
MatchAttributes.Builder |
MatchAttributes.Builder.sourcePorts(PortRange... sourcePorts) |
The source ports to inspect for.
|
MatchAttributes.Builder |
MatchAttributes.Builder.sources(Collection<Address> sources) |
The source IP addresses and address ranges to inspect for, in CIDR notation.
|
MatchAttributes.Builder |
MatchAttributes.Builder.sources(Consumer<Address.Builder>... sources) |
The source IP addresses and address ranges to inspect for, in CIDR notation.
|
MatchAttributes.Builder |
MatchAttributes.Builder.sources(Address... sources) |
The source IP addresses and address ranges to inspect for, in CIDR notation.
|
MatchAttributes.Builder |
MatchAttributes.Builder.tcpFlags(Collection<TCPFlagField> tcpFlags) |
The TCP flags and masks to inspect for.
|
MatchAttributes.Builder |
MatchAttributes.Builder.tcpFlags(Consumer<TCPFlagField.Builder>... tcpFlags) |
The TCP flags and masks to inspect for.
|
MatchAttributes.Builder |
MatchAttributes.Builder.tcpFlags(TCPFlagField... tcpFlags) |
The TCP flags and masks to inspect for.
|
MatchAttributes.Builder |
MatchAttributes.toBuilder() |
|