public class DefaultNWebCookie extends Object implements NWebCookie
| Constructor and Description |
|---|
DefaultNWebCookie(String expr) |
| Modifier and Type | Method and Description |
|---|---|
static String |
formatCookie(NWebCookie cookie) |
String |
getDomain() |
String |
getName() |
Map<String,String> |
getProperties() |
String |
getValue() |
public DefaultNWebCookie(String expr)
public String getName()
getName in interface NWebCookiepublic String getValue()
getValue in interface NWebCookiepublic Map<String,String> getProperties()
getProperties in interface NWebCookiepublic String getDomain()
getDomain in interface NWebCookiepublic static String formatCookie(NWebCookie cookie)
Copyright © 2025 vpc open source initiative. All rights reserved.