Uses of Enum Class
org.pcap4j.core.PcapHandle.PcapDirection
Packages that use PcapHandle.PcapDirection
-
Uses of PcapHandle.PcapDirection in org.pcap4j.core
Fields in org.pcap4j.core declared as PcapHandle.PcapDirectionMethods in org.pcap4j.core that return PcapHandle.PcapDirectionModifier and TypeMethodDescriptionstatic PcapHandle.PcapDirectionReturns the enum constant of this class with the specified name.static PcapHandle.PcapDirection[]PcapHandle.PcapDirection.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.pcap4j.core with parameters of type PcapHandle.PcapDirectionModifier and TypeMethodDescriptionPcapHandle.Builder.direction(PcapHandle.PcapDirection direction) Set direction flag, which controls whether we accept only incoming packets, only outgoing packets, or both.voidPcapHandle.setDirection(PcapHandle.PcapDirection direction) Set direction flag, which controls whether we accept only incoming packets, only outgoing packets, or both.