Uses of Class
org.pcap4j.core.PcapHandle.PcapDirection
-
Packages that use PcapHandle.PcapDirection Package Description org.pcap4j.core -
-
Uses of PcapHandle.PcapDirection in org.pcap4j.core
Fields in org.pcap4j.core declared as PcapHandle.PcapDirection Modifier and Type Field Description private PcapHandle.PcapDirectionPcapHandle.Builder. directionMethods in org.pcap4j.core that return PcapHandle.PcapDirection Modifier and Type Method Description static PcapHandle.PcapDirectionPcapHandle.PcapDirection. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PcapHandle.PcapDirection[]PcapHandle.PcapDirection. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.pcap4j.core with parameters of type PcapHandle.PcapDirection Modifier and Type Method Description PcapHandle.BuilderPcapHandle.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.
-