Uses of Class
org.pcap4j.packet.IcmpV4CommonPacket.Builder
-
Packages that use IcmpV4CommonPacket.Builder Package Description org.pcap4j.packet -
-
Uses of IcmpV4CommonPacket.Builder in org.pcap4j.packet
Methods in org.pcap4j.packet that return IcmpV4CommonPacket.Builder Modifier and Type Method Description IcmpV4CommonPacket.BuilderIcmpV4CommonPacket.Builder. checksum(short checksum)IcmpV4CommonPacket.BuilderIcmpV4CommonPacket.Builder. code(IcmpV4Code code)IcmpV4CommonPacket.BuilderIcmpV4CommonPacket.Builder. correctChecksumAtBuild(boolean correctChecksumAtBuild)IcmpV4CommonPacket.BuilderIcmpV4CommonPacket. getBuilder()IcmpV4CommonPacket.BuilderIcmpV4CommonPacket.Builder. payloadBuilder(Packet.Builder payloadBuilder)IcmpV4CommonPacket.BuilderIcmpV4CommonPacket.Builder. type(IcmpV4Type type)Constructors in org.pcap4j.packet with parameters of type IcmpV4CommonPacket.Builder Constructor Description IcmpV4CommonHeader(IcmpV4CommonPacket.Builder builder, byte[] payload)IcmpV4CommonPacket(IcmpV4CommonPacket.Builder builder)
-