Uses of Enum
io.netty.handler.pcap.TCPPacket.TCPFlag
Packages that use TCPPacket.TCPFlag
Package
Description
Capture data and write into Pcap format which helps in troubleshooting.
-
Uses of TCPPacket.TCPFlag in io.netty.handler.pcap
Methods in io.netty.handler.pcap that return TCPPacket.TCPFlagModifier and TypeMethodDescriptionstatic TCPPacket.TCPFlag
Returns the enum constant of this type with the specified name.static TCPPacket.TCPFlag[]
TCPPacket.TCPFlag.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.netty.handler.pcap with parameters of type TCPPacket.TCPFlagModifier and TypeMethodDescription(package private) static int
TCPPacket.TCPFlag.getFlag
(TCPPacket.TCPFlag... tcpFlags) (package private) static void
TCPPacket.writePacket
(ByteBuf byteBuf, ByteBuf payload, int segmentNumber, int ackNumber, int srcPort, int dstPort, TCPPacket.TCPFlag... tcpFlags) Write TCP Packet