public enum CookieConverter extends Enum<CookieConverter>
Modifier and Type | Method and Description |
---|---|
static io.undertow.server.handlers.Cookie |
osgl2undertow(org.osgl.http.H.Cookie hc) |
static org.osgl.http.H.Cookie |
undertow2osgl(io.undertow.server.handlers.Cookie uc) |
static CookieConverter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CookieConverter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static CookieConverter[] values()
for (CookieConverter c : CookieConverter.values()) System.out.println(c);
public static CookieConverter valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static org.osgl.http.H.Cookie undertow2osgl(io.undertow.server.handlers.Cookie uc)
public static io.undertow.server.handlers.Cookie osgl2undertow(org.osgl.http.H.Cookie hc)
Copyright © 2014–2018 ActFramework. All rights reserved.