| Package | Description |
|---|---|
| org.eclipse.jetty.server.handler |
Jetty Server : Core Handler API
|
| Modifier and Type | Field and Description |
|---|---|
protected ContextHandler.ContextStatus |
ContextHandler._contextStatus |
| Modifier and Type | Method and Description |
|---|---|
static ContextHandler.ContextStatus |
ContextHandler.ContextStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ContextHandler.ContextStatus[] |
ContextHandler.ContextStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|