public static enum RIDCHttpConstants.HttpLibrary extends Enum<RIDCHttpConstants.HttpLibrary>
Enum Constant and Description |
---|
apache3 |
apache4 |
httpurlconnection |
oracle |
Modifier and Type | Method and Description |
---|---|
static RIDCHttpConstants.HttpLibrary |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RIDCHttpConstants.HttpLibrary[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RIDCHttpConstants.HttpLibrary apache3
public static final RIDCHttpConstants.HttpLibrary apache4
public static final RIDCHttpConstants.HttpLibrary oracle
public static final RIDCHttpConstants.HttpLibrary httpurlconnection
public static RIDCHttpConstants.HttpLibrary[] values()
for (RIDCHttpConstants.HttpLibrary c : RIDCHttpConstants.HttpLibrary.values()) System.out.println(c);
public static RIDCHttpConstants.HttpLibrary valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null