Package org.apache.plc4x.java.knxnetip
Class KnxNetIpDriver.PacketSizeEstimator
java.lang.Object
org.apache.plc4x.java.knxnetip.KnxNetIpDriver.PacketSizeEstimator
- All Implemented Interfaces:
ToIntFunction<io.netty.buffer.ByteBuf>
- Enclosing class:
KnxNetIpDriver
public static class KnxNetIpDriver.PacketSizeEstimator
extends Object
implements ToIntFunction<io.netty.buffer.ByteBuf>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PacketSizeEstimator
public PacketSizeEstimator()
-
-
Method Details
-
applyAsInt
public int applyAsInt(io.netty.buffer.ByteBuf byteBuf) - Specified by:
applyAsIntin interfaceToIntFunction<io.netty.buffer.ByteBuf>
-