Interface PCFilter.Definition<ParentT>
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Superinterfaces:
Attachable.InDefinition<ParentT>, HasProtocol.DefinitionStages.WithProtocol<PCFilter.DefinitionStages.WithAttach<PacketCapture.DefinitionStages.WithCreate>, PcProtocol>, PCFilter.DefinitionStages.Blank<ParentT>, PCFilter.DefinitionStages.WithAttach<ParentT>, PCFilter.DefinitionStages.WithLocalIP<ParentT>, PCFilter.DefinitionStages.WithLocalPort<ParentT>, PCFilter.DefinitionStages.WithRemoteIpAddress<ParentT>, PCFilter.DefinitionStages.WithRemotePort<ParentT>
- Enclosing interface:
PCFilter
public static interface PCFilter.Definition<ParentT>
extends PCFilter.DefinitionStages.WithAttach<ParentT>
Definition of packet capture filter.
-
Method Summary
Methods inherited from interface Attachable.InDefinition
attachMethods inherited from interface HasProtocol.DefinitionStages.WithProtocol
withProtocolMethods inherited from interface PCFilter.DefinitionStages.WithLocalIP
withLocalIpAddress, withLocalIpAddresses, withLocalIpAddressesRangeMethods inherited from interface PCFilter.DefinitionStages.WithLocalPort
withLocalPort, withLocalPortRange, withLocalPortsMethods inherited from interface PCFilter.DefinitionStages.WithRemoteIpAddress
withRemoteIpAddress, withRemoteIpAddresses, withRemoteIpAddressesRangeMethods inherited from interface PCFilter.DefinitionStages.WithRemotePort
withRemotePort, withRemotePortRange, withRemotePorts