Interface PCFilter.DefinitionStages
-
- Enclosing interface:
- PCFilter
public static interface PCFilter.DefinitionStagesDefinition stages for packet capture filter.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfacePCFilter.DefinitionStages.Blank<ParentT>The first stage of a packet capture filter definition.static interfacePCFilter.DefinitionStages.WithAttach<ParentT>The first stage of a packet capture filter definition.static interfacePCFilter.DefinitionStages.WithLocalIP<ParentT>Set local IP Address to be filtered on.static interfacePCFilter.DefinitionStages.WithLocalPort<ParentT>Set local port to be filtered on.static interfacePCFilter.DefinitionStages.WithRemoteIpAddress<ParentT>Set remote IP Address to be filtered on.static interfacePCFilter.DefinitionStages.WithRemotePort<ParentT>Set local port to be filtered on.
-