java.lang.Object
com.sun.net.httpserver.Headers
robaho.net.httpserver.OptimizedHeaders
-
Nested Class Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, getOrDefault, merge, putIfAbsent, remove, replace, replace
-
Constructor Details
-
OptimizedHeaders
public OptimizedHeaders() -
OptimizedHeaders
public OptimizedHeaders(int capacity)
-
-
Method Details
-
size
public int size() -
isEmpty
public boolean isEmpty() -
get
-
put
-
remove
-
getFirst
-
add
-
clear
public void clear() -
set
-
containsKey
- Specified by:
containsKeyin interfaceMap<String,List<String>> - Overrides:
containsKeyin classHeaders
-
containsValue
- Specified by:
containsValuein interfaceMap<String,List<String>> - Overrides:
containsValuein classHeaders
-
keySet
-
values
-
entrySet
-
equals
-
hashCode
public int hashCode() -
forEach
-