Modifier and Type | Field and Description |
---|---|
protected HashMap<String,String> |
cookies |
protected ArrayList<NanoHTTPD.Cookie> |
queue |
Constructor and Description |
---|
CookieHandler(Map<String,String> httpHeaders) |
Modifier and Type | Method and Description |
---|---|
void |
delete(String name) |
Iterator<String> |
iterator() |
String |
read(String name) |
void |
set(NanoHTTPD.Cookie cookie) |
void |
set(String name,
String value,
int expires) |
void |
unloadQueue(NanoHTTPD.Response response) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
protected final ArrayList<NanoHTTPD.Cookie> queue
public void delete(String name)
public void set(NanoHTTPD.Cookie cookie)
public void unloadQueue(NanoHTTPD.Response response)
Copyright © 2019 SimiaCryptus Software. All rights reserved.