public abstract class Reactor extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
Reactor.RListener
The base class for all reactor listeners.
|
| Constructor and Description |
|---|
Reactor() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearConnections()
Clears all connections from this reactor.
|
boolean |
hasConnections()
Returns true if this reactor has at least one connection.
|
public boolean hasConnections()
public void clearConnections()
IllegalStateException - if this reactor is in the middle of dispatching an event.Copyright © 2017. All rights reserved.