Uses of Interface
com.slytechs.jnet.jnetpcap.PcapProHandler.OfPacket
Packages that use PcapProHandler.OfPacket
-
Uses of PcapProHandler.OfPacket in com.slytechs.jnet.jnetpcap
Fields in com.slytechs.jnet.jnetpcap declared as PcapProHandler.OfPacketModifier and TypeFieldDescriptionstatic final PcapProHandler.OfPacket<?> PcapProHandler.OfPacket.EMPTYEmpty/No-op callback handler.Methods in com.slytechs.jnet.jnetpcap that return PcapProHandler.OfPacketModifier and TypeMethodDescriptionstatic <U> PcapProHandler.OfPacket<U> PcapProHandler.OfPacket.empty()Empty/No-op callback handler.Methods in com.slytechs.jnet.jnetpcap with parameters of type PcapProHandler.OfPacketModifier and TypeMethodDescription<U> intNetPcap.dispatch(int count, PcapProHandler.OfPacket<U> handler, U user) Process packets from a live capture or savefile.<U> intNetPcap.loop(int count, PcapProHandler.OfPacket<U> handler, U user) Process packets from a live capture or savefile. -
Uses of PcapProHandler.OfPacket in com.slytechs.jnet.jnetpcap.internal
Methods in com.slytechs.jnet.jnetpcap.internal with parameters of type PcapProHandler.OfPacketModifier and TypeMethodDescription<U> intAbstractPacketReceiver.receivePacketWithDispatch(int count, PcapProHandler.OfPacket<U> sink, U user) Receive packet with dispatch.<U> intAbstractPacketReceiver.receivePacketWithDispatch(int count, PcapProHandler.OfPacket<U> sink, U user, Supplier<com.slytechs.jnet.protocol.Packet> packetFactory) Receive packet with dispatch.<U> intPacketDissectorReceiver.receivePacketWithDispatch(int count, PcapProHandler.OfPacket<U> sink, U user) Dispatch packet.<U> intPacketDissectorReceiver.receivePacketWithDispatch(int count, PcapProHandler.OfPacket<U> sink, U user, Supplier<com.slytechs.jnet.protocol.Packet> packetFactory) Receive packet with dispatch.<U> intPacketReceiver.receivePacketWithDispatch(int count, PcapProHandler.OfPacket<U> sink, U user) Dispatch packet.<U> intPacketReceiver.receivePacketWithDispatch(int count, PcapProHandler.OfPacket<U> sink, U user, Supplier<com.slytechs.jnet.protocol.Packet> packetFactory) Receive packet with dispatch.<U> intAbstractPacketReceiver.receivePacketWithLoop(int count, PcapProHandler.OfPacket<U> sink, U user) Receive packet with loop.<U> intPacketDissectorReceiver.receivePacketWithLoop(int count, PcapProHandler.OfPacket<U> sink, U user) Loop packet.<U> intPacketReceiver.receivePacketWithLoop(int count, PcapProHandler.OfPacket<U> sink, U user) Loop packet.