public class DefaultNWebCookie extends Object implements NWebCookie
| Constructor and Description |
|---|
DefaultNWebCookie(String expr) |
| Modifier and Type | Method and Description |
|---|---|
String |
domain() |
static String |
formatCookie(NWebCookie cookie) |
String |
name() |
Map<String,String> |
properties() |
String |
value() |
public DefaultNWebCookie(String expr)
public String name()
name in interface NWebCookiepublic String value()
value in interface NWebCookiepublic Map<String,String> properties()
properties in interface NWebCookiepublic String domain()
domain in interface NWebCookiepublic static String formatCookie(NWebCookie cookie)
Copyright © 2026 vpc open source initiative. All rights reserved.