Package pcap.api
Class PcapLiveOptions
java.lang.Object
pcap.api.PcapLiveOptions
- All Implemented Interfaces:
Service.LiveOptions
@Inclubating public class PcapLiveOptions extends java.lang.Object implements Service.LiveOptions
-
Constructor Summary
Constructors Constructor Description PcapLiveOptions() -
Method Summary
Modifier and Type Method Description intbufferSize()PcapLiveOptionsbufferSize(int bufferSize)PcapLiveOptionsimmediate(boolean immediate)booleanisImmediate()booleanisPromiscuous()booleanisRfmon()PcapLiveOptionspromiscuous(boolean promiscuous)PcapLiveOptionsrfmon(boolean rfmon)intsnapshotLength()PcapLiveOptionssnapshotLength(int snapshotLength)inttimeout()PcapLiveOptionstimeout(int timeout)Timestamp.PrecisiontimestampPrecision()PcapLiveOptionstimestampPrecision(Timestamp.Precision timestampPrecision)Timestamp.TypetimestampType()PcapLiveOptionstimestampType(Timestamp.Type timestampType)java.lang.StringtoString()
-
Constructor Details
-
PcapLiveOptions
public PcapLiveOptions()
-
-
Method Details
-
snapshotLength
- Specified by:
snapshotLengthin interfaceService.LiveOptions
-
promiscuous
- Specified by:
promiscuousin interfaceService.LiveOptions
-
rfmon
- Specified by:
rfmonin interfaceService.LiveOptions
-
timeout
- Specified by:
timeoutin interfaceService.LiveOptions
-
timestampType
- Specified by:
timestampTypein interfaceService.LiveOptions
-
immediate
- Specified by:
immediatein interfaceService.LiveOptions
-
bufferSize
- Specified by:
bufferSizein interfaceService.LiveOptions
-
timestampPrecision
- Specified by:
timestampPrecisionin interfaceService.LiveOptions
-
snapshotLength
public int snapshotLength()- Specified by:
snapshotLengthin interfaceService.LiveOptions
-
isPromiscuous
public boolean isPromiscuous()- Specified by:
isPromiscuousin interfaceService.LiveOptions
-
isRfmon
public boolean isRfmon()- Specified by:
isRfmonin interfaceService.LiveOptions
-
timeout
public int timeout()- Specified by:
timeoutin interfaceService.LiveOptions
-
timestampType
- Specified by:
timestampTypein interfaceService.LiveOptions
-
isImmediate
public boolean isImmediate()- Specified by:
isImmediatein interfaceService.LiveOptions
-
bufferSize
public int bufferSize()- Specified by:
bufferSizein interfaceService.LiveOptions
-
timestampPrecision
- Specified by:
timestampPrecisionin interfaceService.LiveOptions
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-