Interface PcapTransportConfiguration
-
- All Superinterfaces:
Configuration,TransportConfiguration
public interface PcapTransportConfiguration extends TransportConfiguration
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default intgetDefaultPort()PacketHandlergetPcapPacketHandler()default IntegergetProtocolId()default booleangetSupportVlans()
-
-
-
Method Detail
-
getSupportVlans
default boolean getSupportVlans()
-
getDefaultPort
default int getDefaultPort()
-
getProtocolId
default Integer getProtocolId()
-
getPcapPacketHandler
PacketHandler getPcapPacketHandler()
-
-