Uses of Class
org.pcap4j.packet.IcmpV4EchoReplyPacket.Builder
-
Packages that use IcmpV4EchoReplyPacket.Builder Package Description org.pcap4j.packet -
-
Uses of IcmpV4EchoReplyPacket.Builder in org.pcap4j.packet
Methods in org.pcap4j.packet that return IcmpV4EchoReplyPacket.Builder Modifier and Type Method Description IcmpV4EchoReplyPacket.BuilderIcmpV4EchoReplyPacket. getBuilder()IcmpV4EchoReplyPacket.BuilderIcmpV4EchoReplyPacket.Builder. identifier(short identifier)IcmpV4EchoReplyPacket.BuilderIcmpV4EchoReplyPacket.Builder. payloadBuilder(Packet.Builder payloadBuilder)IcmpV4EchoReplyPacket.BuilderIcmpV4EchoReplyPacket.Builder. sequenceNumber(short sequenceNumber)Constructors in org.pcap4j.packet with parameters of type IcmpV4EchoReplyPacket.Builder Constructor Description IcmpV4EchoReplyHeader(IcmpV4EchoReplyPacket.Builder builder)IcmpV4EchoReplyPacket(IcmpV4EchoReplyPacket.Builder builder)
-