static TCPFlagField.Builder |
TCPFlagField.builder() |
|
TCPFlagField.Builder |
TCPFlagField.Builder.flags(Collection<TCPFlag> flags) |
Used in conjunction with the Masks setting to define the flags that must be set and flags that
must not be set in order for the packet to match.
|
TCPFlagField.Builder |
TCPFlagField.Builder.flags(TCPFlag... flags) |
Used in conjunction with the Masks setting to define the flags that must be set and flags that
must not be set in order for the packet to match.
|
TCPFlagField.Builder |
TCPFlagField.Builder.flagsWithStrings(String... flags) |
Used in conjunction with the Masks setting to define the flags that must be set and flags that
must not be set in order for the packet to match.
|
TCPFlagField.Builder |
TCPFlagField.Builder.flagsWithStrings(Collection<String> flags) |
Used in conjunction with the Masks setting to define the flags that must be set and flags that
must not be set in order for the packet to match.
|
TCPFlagField.Builder |
TCPFlagField.Builder.masks(Collection<TCPFlag> masks) |
The set of flags to consider in the inspection.
|
TCPFlagField.Builder |
TCPFlagField.Builder.masks(TCPFlag... masks) |
The set of flags to consider in the inspection.
|
TCPFlagField.Builder |
TCPFlagField.Builder.masksWithStrings(String... masks) |
The set of flags to consider in the inspection.
|
TCPFlagField.Builder |
TCPFlagField.Builder.masksWithStrings(Collection<String> masks) |
The set of flags to consider in the inspection.
|
TCPFlagField.Builder |
TCPFlagField.toBuilder() |
|