Uses of Class
org.pcap4j.packet.namednumber.IpV4SecurityOptionHandlingRestrictions
-
Packages that use IpV4SecurityOptionHandlingRestrictions Package Description org.pcap4j.packet org.pcap4j.packet.namednumber -
-
Uses of IpV4SecurityOptionHandlingRestrictions in org.pcap4j.packet
Fields in org.pcap4j.packet declared as IpV4SecurityOptionHandlingRestrictions Modifier and Type Field Description private IpV4SecurityOptionHandlingRestrictionsIpV4Rfc791SecurityOption.Builder. handlingRestrictionsprivate IpV4SecurityOptionHandlingRestrictionsIpV4Rfc791SecurityOption. handlingRestrictionsMethods in org.pcap4j.packet that return IpV4SecurityOptionHandlingRestrictions Modifier and Type Method Description IpV4SecurityOptionHandlingRestrictionsIpV4Rfc791SecurityOption. getHandlingRestrictions()Methods in org.pcap4j.packet with parameters of type IpV4SecurityOptionHandlingRestrictions Modifier and Type Method Description IpV4Rfc791SecurityOption.BuilderIpV4Rfc791SecurityOption.Builder. handlingRestrictions(IpV4SecurityOptionHandlingRestrictions handlingRestrictions) -
Uses of IpV4SecurityOptionHandlingRestrictions in org.pcap4j.packet.namednumber
Fields in org.pcap4j.packet.namednumber with type parameters of type IpV4SecurityOptionHandlingRestrictions Modifier and Type Field Description private static java.util.Map<java.lang.Short,IpV4SecurityOptionHandlingRestrictions>IpV4SecurityOptionHandlingRestrictions. registryMethods in org.pcap4j.packet.namednumber that return IpV4SecurityOptionHandlingRestrictions Modifier and Type Method Description static IpV4SecurityOptionHandlingRestrictionsIpV4SecurityOptionHandlingRestrictions. getInstance(java.lang.Short value)static IpV4SecurityOptionHandlingRestrictionsIpV4SecurityOptionHandlingRestrictions. register(IpV4SecurityOptionHandlingRestrictions number)Methods in org.pcap4j.packet.namednumber with parameters of type IpV4SecurityOptionHandlingRestrictions Modifier and Type Method Description intIpV4SecurityOptionHandlingRestrictions. compareTo(IpV4SecurityOptionHandlingRestrictions o)static IpV4SecurityOptionHandlingRestrictionsIpV4SecurityOptionHandlingRestrictions. register(IpV4SecurityOptionHandlingRestrictions number)
-