|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectch.mimo.netty.handler.codec.icap.IcapHeaders.Names
public static final class IcapHeaders.Names
The most common Icap Header names.
| Field Summary | |
|---|---|
static String |
ALLOW
"Allow" |
static String |
AUTHORIZATION
"Authorization" |
static String |
CACHE_CONTROL
"Cache-Control" |
static String |
CONNECTION
"Connection" |
static String |
DATE
"Date" |
static String |
ENCAPSULATED
"Encapsulated" |
static String |
EXPIRES
"Expires" |
static String |
FROM
"From" |
static String |
HOST
"Host" |
static String |
ISTAG
"ISTag" |
static String |
PRAGMA
"Pragma" |
static String |
PREVIEW
"Preview" |
static String |
REFERER
"Referer" |
static String |
TRAILER
"Trailer" |
static String |
UPGRADE
"Upgrade" |
static String |
USER_AGENT
"User-Agent" |
| Constructor Summary | |
|---|---|
IcapHeaders.Names()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String CACHE_CONTROL
"Cache-Control"
public static final String CONNECTION
"Connection"
public static final String DATE
"Date"
public static final String EXPIRES
"Expires"
public static final String PRAGMA
"Pragma"
public static final String TRAILER
"Trailer"
public static final String UPGRADE
"Upgrade"
public static final String ENCAPSULATED
"Encapsulated"
public static final String AUTHORIZATION
"Authorization"
public static final String ALLOW
"Allow"
public static final String FROM
"From"
public static final String HOST
"Host"
public static final String REFERER
"Referer"
public static final String USER_AGENT
"User-Agent"
public static final String PREVIEW
"Preview"
public static final String ISTAG
"ISTag"
| Constructor Detail |
|---|
public IcapHeaders.Names()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||