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