Uses of Interface
org.apache.plc4x.java.utils.pcap.netty.handlers.PacketHandler
-
Packages that use PacketHandler Package Description org.apache.plc4x.java.utils.pcap.netty.config org.apache.plc4x.java.utils.pcap.netty.handlers -
-
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 PacketHandler Modifier and Type Field Description static 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 PacketHandler Modifier and Type Method Description PacketHandlerPcapChannelConfig. getPacketHandler()Methods in org.apache.plc4x.java.utils.pcap.netty.config with parameters of type PacketHandler Modifier and Type Method Description voidPcapChannelConfig. 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 PacketHandler Modifier and Type Class Description classTcpIpPacketHandlerLittle helper to automatically unwrap TCP packets to only pass along the payload and not the raw Ethernet packet.classUdpIpPacketHandlerLittle helper to automatically unwrap UDP packets to only pass along the payload and not the raw Ethernet packet.
-