| Package | Description |
|---|---|
| org.rapidoid.net.impl |
| Modifier and Type | Field and Description |
|---|---|
protected LoopStatus |
AbstractLoop.status |
| Modifier and Type | Method and Description |
|---|---|
LoopStatus |
AbstractLoop.status() |
static LoopStatus |
LoopStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoopStatus[] |
LoopStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractLoop.assertStatus(LoopStatus expected) |
void |
AbstractLoop.waitForStatus(LoopStatus... requiredStatuses) |
void |
AbstractLoop.waitForStatusOtherThan(LoopStatus... requiredStatuses) |
Copyright © 2014–2017 Nikolche Mihajlovski and contributors. All rights reserved.