public class WebKitIsolatedCookieHandler extends CookieHandler
| Constructor and Description |
|---|
WebKitIsolatedCookieHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
Map<String,List<String>> |
get(URI uri,
Map<String,List<String>> requestHeaders) |
void |
put(URI uri,
Map<String,List<String>> responseHeaders) |
void |
remove(javafx.scene.web.WebView webView) |
getDefault, setDefaultpublic Map<String,List<String>> get(URI uri, Map<String,List<String>> requestHeaders) throws IOException
get in class CookieHandlerIOExceptionpublic void put(URI uri, Map<String,List<String>> responseHeaders) throws IOException
put in class CookieHandlerIOExceptionpublic void clear()
public void remove(javafx.scene.web.WebView webView)
Copyright © 2018. All rights reserved.