Constant Field Values
Contents
org.refcodes.*
-
org.refcodes.web.BasicAuthCredentials Modifier and Type Constant Field Value public static final char
DELIMITER_BASIC_AUTH
32
public static final char
DELIMITER_CREDENTIALS
58
-
org.refcodes.web.BearerAuthCredentials Modifier and Type Constant Field Value public static final char
DELIMITER_AUTH_TYPE
32
-
org.refcodes.web.HeaderFields<C extends Cookie,B extends HeaderFields<C,B>> Modifier and Type Constant Field Value public static final String
BASIC_REALM
"Basic realm"
-
org.refcodes.web.HttpBodyMap Modifier and Type Constant Field Value public static final String
STATUS_ALIAS_PATH
"/status/alias"
public static final String
STATUS_CODE_PATH
"/status/code"
public static final String
STATUS_EXCEPTION_PATH
"/status/exception"
public static final String
STATUS_MESSAGE_PATH
"/status/message"
public static final String
STATUS_TIMESTAMP_PATH
"/status/timestamp"
-
org.refcodes.web.HttpClientRequest Modifier and Type Constant Field Value public static final int
DEFAULT_REDIRECT_DEPTH
-1
-
org.refcodes.web.HttpServerContextBuilder Modifier and Type Constant Field Value public static final int
DEFAULT_PORT
8080
-
org.refcodes.web.MediaTypeFactory Modifier and Type Constant Field Value public static final String
ARRAY_SELECTOR
"array"
public static final String
COLLECTION_SELECTOR
"collection"
public static final String
VALUE_SELECTOR
"value"