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