|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.http.headers.HTTPProxyType
public final class HTTPProxyType
A representation of the literals of the enumeration 'HTTP Proxy Type', and utility methods for working with them.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
static int |
HTTP
The 'Http' literal value. |
static HTTPProxyType |
HTTP_LITERAL
The 'Http' literal object. |
static int |
HTTPS
The 'Https' literal value. |
static HTTPProxyType |
HTTPS_LITERAL
The 'Https' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'HTTP Proxy Type' enumerators. |
Method Summary | |
---|---|
static HTTPProxyType |
get(int value)
Returns the 'HTTP Proxy Type' literal with the specified integer value. |
static HTTPProxyType |
get(java.lang.String literal)
Returns the 'HTTP Proxy Type' literal with the specified literal value. |
static HTTPProxyType |
getByName(java.lang.String name)
Returns the 'HTTP Proxy Type' literal with the specified name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
public static final int HTTP
HTTP_LITERAL
,
Constant Field Valuespublic static final int HTTPS
HTTPS_LITERAL
,
Constant Field Valuespublic static final HTTPProxyType HTTP_LITERAL
HTTP
public static final HTTPProxyType HTTPS_LITERAL
HTTPS
public static final java.util.List VALUES
Method Detail |
---|
public static HTTPProxyType get(java.lang.String literal)
public static HTTPProxyType getByName(java.lang.String name)
public static HTTPProxyType get(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |