|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<Http.Request>
org.jnetpcap.protocol.tcpip.Http.Request
@Field public static enum Http.Request
HTTP Request fields.
| Enum Constant Summary | |
|---|---|
Accept
The Accept. |
|
Accept_Charset
The Accept_ charset. |
|
Accept_Encoding
The Accept_ encoding. |
|
Accept_Language
The Accept_ language. |
|
Accept_Ranges
The Accept_ ranges. |
|
Authorization
The Authorization. |
|
Cache_Control
The Cache_ control. |
|
Connection
The Connection. |
|
Content_Length
The Content_ length. |
|
Content_Type
The Content_ type. |
|
Cookie
The Cookie. |
|
Date
The Date. |
|
Host
The Host. |
|
If_Modified_Since
The If_ modified_ since. |
|
If_None_Match
The If_ none_ match. |
|
Proxy_Connection
The Proxy_ connection. |
|
Referer
The Referer. |
|
RequestMethod
The Request method. |
|
RequestUrl
The Request url. |
|
RequestVersion
The Request version. |
|
UA_CPU
The U a_ cpu. |
|
User_Agent
The User_ agent. |
|
| Method Summary | |
|---|---|
static Http.Request |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Http.Request[] |
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.Request Accept
public static final Http.Request Accept_Charset
public static final Http.Request Accept_Encoding
public static final Http.Request Accept_Ranges
public static final Http.Request Accept_Language
public static final Http.Request UA_CPU
public static final Http.Request Proxy_Connection
public static final Http.Request Authorization
public static final Http.Request Cache_Control
public static final Http.Request Connection
public static final Http.Request Cookie
public static final Http.Request Date
public static final Http.Request Host
public static final Http.Request If_Modified_Since
public static final Http.Request If_None_Match
public static final Http.Request Referer
public static final Http.Request RequestMethod
public static final Http.Request RequestUrl
public static final Http.Request RequestVersion
public static final Http.Request User_Agent
public static final Http.Request Content_Length
public static final Http.Request Content_Type
| Method Detail |
|---|
public static Http.Request[] values()
for (Http.Request c : Http.Request.values()) System.out.println(c);
public static Http.Request 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 | ||||||||