public static enum HttpRestR66Handler.RESTHANDLERS extends Enum<HttpRestR66Handler.RESTHANDLERS>
Enum Constant and Description |
---|
Bandwidth |
Business |
Config |
Control |
DbConfiguration |
DbHostAuth |
DbHostConfiguration |
DbRule |
DbTaskRunner |
Information |
Log |
Server |
Modifier and Type | Method and Description |
---|---|
static HttpRestR66Handler.RESTHANDLERS |
getRESTHANDLER(String baseUri) |
static HttpRestR66Handler.RESTHANDLERS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpRestR66Handler.RESTHANDLERS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HttpRestR66Handler.RESTHANDLERS DbHostAuth
public static final HttpRestR66Handler.RESTHANDLERS DbRule
public static final HttpRestR66Handler.RESTHANDLERS DbTaskRunner
public static final HttpRestR66Handler.RESTHANDLERS DbHostConfiguration
public static final HttpRestR66Handler.RESTHANDLERS DbConfiguration
public static final HttpRestR66Handler.RESTHANDLERS Bandwidth
public static final HttpRestR66Handler.RESTHANDLERS Business
public static final HttpRestR66Handler.RESTHANDLERS Config
public static final HttpRestR66Handler.RESTHANDLERS Information
public static final HttpRestR66Handler.RESTHANDLERS Log
public static final HttpRestR66Handler.RESTHANDLERS Server
public static final HttpRestR66Handler.RESTHANDLERS Control
public static HttpRestR66Handler.RESTHANDLERS[] values()
for (HttpRestR66Handler.RESTHANDLERS c : HttpRestR66Handler.RESTHANDLERS.values()) System.out.println(c);
public static HttpRestR66Handler.RESTHANDLERS 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 nullpublic static HttpRestR66Handler.RESTHANDLERS getRESTHANDLER(String baseUri)
Copyright © 2009–2020 Waarp. All rights reserved.