Interface PCFilter.DefinitionStages.WithAttach<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.WithLocalIP<ParentT>, PCFilter.DefinitionStages.WithLocalPort<ParentT>, PCFilter.DefinitionStages.WithRemoteIpAddress<ParentT>, PCFilter.DefinitionStages.WithRemotePort<ParentT>
- All Known Subinterfaces:
PCFilter.Definition<ParentT>
- Enclosing interface:
PCFilter.DefinitionStages
public static interface PCFilter.DefinitionStages.WithAttach<ParentT>
extends Attachable.InDefinition<ParentT>, PCFilter.DefinitionStages.Blank<ParentT>
The first stage of a packet capture filter definition.
-
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