Package io.netty.handler.pcap
Class UDPPacket
- java.lang.Object
-
- io.netty.handler.pcap.UDPPacket
-
final class UDPPacket extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private static short
UDP_HEADER_SIZE
-
Constructor Summary
Constructors Modifier Constructor Description private
UDPPacket()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static void
writePacket(ByteBuf byteBuf, ByteBuf payload, int srcPort, int dstPort)
Write UDP Packet
-
-
-
Field Detail
-
UDP_HEADER_SIZE
private static final short UDP_HEADER_SIZE
- See Also:
- Constant Field Values
-
-