Uses of Interface
org.apache.plc4x.java.utils.pcap.netty.handlers.PacketHandler
Packages that use PacketHandler
Package
Description
-
Uses of PacketHandler in org.apache.plc4x.java.utils.pcap.netty.config
Fields in org.apache.plc4x.java.utils.pcap.netty.config with type parameters of type PacketHandlerModifier and TypeFieldDescriptionstatic final io.netty.channel.ChannelOption<PacketHandler>PcapChannelOption.PACKET_HANDLEROption for providing a PacketHandler, that intercepts the captured packets before passing the data into the channel.Methods in org.apache.plc4x.java.utils.pcap.netty.config that return PacketHandlerMethods in org.apache.plc4x.java.utils.pcap.netty.config with parameters of type PacketHandlerModifier and TypeMethodDescriptionvoidPcapChannelConfig.setPacketHandler(PacketHandler packetHandler) -
Uses of PacketHandler in org.apache.plc4x.java.utils.pcap.netty.handlers
Classes in org.apache.plc4x.java.utils.pcap.netty.handlers that implement PacketHandlerModifier and TypeClassDescriptionclassLittle helper to automatically unwrap TCP packets to only pass along the payload and not the raw Ethernet packet.classLittle helper to automatically unwrap UDP packets to only pass along the payload and not the raw Ethernet packet.