Uses of Class
org.pcap4j.packet.namednumber.HttpStatusCode
-
Packages that use HttpStatusCode Package Description org.pcap4j.packet.namednumber -
-
Uses of HttpStatusCode in org.pcap4j.packet.namednumber
Fields in org.pcap4j.packet.namednumber with type parameters of type HttpStatusCode Modifier and Type Field Description private static java.util.Map<java.lang.Short,HttpStatusCode>HttpStatusCode. registryMethods in org.pcap4j.packet.namednumber that return HttpStatusCode Modifier and Type Method Description static HttpStatusCodeHttpStatusCode. getInstance(java.lang.Short value)static HttpStatusCodeHttpStatusCode. register(HttpStatusCode number)Methods in org.pcap4j.packet.namednumber with parameters of type HttpStatusCode Modifier and Type Method Description intHttpStatusCode. compareTo(HttpStatusCode o)static HttpStatusCodeHttpStatusCode. register(HttpStatusCode number)
-