Uses of Class
org.pcap4j.packet.IcmpV4EchoPacket.Builder
Packages that use IcmpV4EchoPacket.Builder
-
Uses of IcmpV4EchoPacket.Builder in org.pcap4j.packet
Methods in org.pcap4j.packet that return IcmpV4EchoPacket.BuilderModifier and TypeMethodDescriptionIcmpV4EchoPacket.getBuilder()IcmpV4EchoPacket.Builder.identifier(short identifier) IcmpV4EchoPacket.Builder.payloadBuilder(Packet.Builder payloadBuilder) IcmpV4EchoPacket.Builder.sequenceNumber(short sequenceNumber) Constructors in org.pcap4j.packet with parameters of type IcmpV4EchoPacket.BuilderModifierConstructorDescriptionprivateIcmpV4EchoHeader(IcmpV4EchoPacket.Builder builder) privateIcmpV4EchoPacket(IcmpV4EchoPacket.Builder builder)