com.ibm.websphere.http.headers
Class HTTPProxyType

java.lang.Object
  extended by com.ibm.websphere.http.headers.HTTPProxyType

public final class HTTPProxyType
extends java.lang.Object

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

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values

HTTP

public static final int HTTP
The 'Http' literal value.

See Also:
HTTP_LITERAL, Constant Field Values

HTTPS

public static final int HTTPS
The 'Https' literal value.

See Also:
HTTPS_LITERAL, Constant Field Values

HTTP_LITERAL

public static final HTTPProxyType HTTP_LITERAL
The 'Http' literal object.

See Also:
HTTP

HTTPS_LITERAL

public static final HTTPProxyType HTTPS_LITERAL
The 'Https' literal object.

See Also:
HTTPS

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'HTTP Proxy Type' enumerators.

Method Detail

get

public static HTTPProxyType get(java.lang.String literal)
Returns the 'HTTP Proxy Type' literal with the specified literal value.


getByName

public static HTTPProxyType getByName(java.lang.String name)
Returns the 'HTTP Proxy Type' literal with the specified name.


get

public static HTTPProxyType get(int value)
Returns the 'HTTP Proxy Type' literal with the specified integer value.