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