Uses of Class
org.pcap4j.core.PcapHandle.Builder
-
Packages that use PcapHandle.Builder Package Description org.pcap4j.core -
-
Uses of PcapHandle.Builder in org.pcap4j.core
Methods in org.pcap4j.core that return PcapHandle.Builder Modifier and Type Method Description PcapHandle.BuilderPcapHandle.Builder. bufferSize(int bufferSize)PcapHandle.BuilderPcapHandle.Builder. direction(PcapHandle.PcapDirection direction)Set direction flag, which controls whether we accept only incoming packets, only outgoing packets, or both.PcapHandle.BuilderPcapHandle.Builder. immediateMode(boolean immediateMode)Set immediate mode, which allows programs to process packets as soon as they arrive.PcapHandle.BuilderPcapHandle.Builder. promiscuousMode(PcapNetworkInterface.PromiscuousMode promiscuousMode)PcapHandle.BuilderPcapHandle.Builder. rfmon(boolean rfmon)PcapHandle.BuilderPcapHandle.Builder. snaplen(int snaplen)PcapHandle.BuilderPcapHandle.Builder. timeoutMillis(int timeoutMillis)PcapHandle.BuilderPcapHandle.Builder. timestampPrecision(PcapHandle.TimestampPrecision timestampPrecision)Constructors in org.pcap4j.core with parameters of type PcapHandle.Builder Constructor Description PcapHandle(PcapHandle.Builder builder)
-