|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<Http.Response>
org.jnetpcap.protocol.tcpip.Http.Response
@Field public static enum Http.Response
HTTP Response fields.
| Enum Constant Summary | |
|---|---|
Accept_Ranges
The Accept_ ranges. |
|
Age
The Age. |
|
Allow
The Allow. |
|
Cache_Control
The Cache_ control. |
|
Content_Disposition
The Content_ disposition. |
|
Content_Encoding
The Content_ encoding. |
|
Content_Length
The Content_ length. |
|
Content_Location
The Content_ location. |
|
Content_MD5
The Content_ m d5. |
|
Content_Range
The Content_ range. |
|
Content_Type
The Content_ type. |
|
Expires
The Expires. |
|
RequestUrl
The Request url. |
|
RequestVersion
The Request version. |
|
ResponseCode
The Response code. |
|
ResponseCodeMsg
The Response code msg. |
|
Server
The Server. |
|
Set_Cookie
The Set_ cookie. |
|
| Method Summary | |
|---|---|
static Http.Response |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Http.Response[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final Http.Response Accept_Ranges
public static final Http.Response Age
public static final Http.Response Allow
public static final Http.Response Cache_Control
public static final Http.Response Content_Disposition
public static final Http.Response Content_Encoding
public static final Http.Response Content_Length
public static final Http.Response Content_Location
public static final Http.Response Content_MD5
public static final Http.Response Content_Range
public static final Http.Response Content_Type
public static final Http.Response Expires
public static final Http.Response Server
public static final Http.Response Set_Cookie
public static final Http.Response RequestUrl
public static final Http.Response RequestVersion
public static final Http.Response ResponseCode
public static final Http.Response ResponseCodeMsg
| Method Detail |
|---|
public static Http.Response[] values()
for (Http.Response c : Http.Response.values()) System.out.println(c);
public static Http.Response valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||