| Package | Description |
|---|---|
| org.restlet.ext.nio.internal.channel | |
| org.restlet.ext.nio.internal.controller | |
| org.restlet.util |
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectionController
Controls the IO work of parent connector helper and manages its connections.
|
class |
ServerConnectionController
Controls the IO work of parent server helper and manages its connections.
|
| Modifier and Type | Method and Description |
|---|---|
WakeupListener |
SelectionRegistration.getWakeupListener()
Returns the wakeup listener that will be notified.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SelectionRegistration.setWakeupListener(WakeupListener wakeupListener)
Sets the wakeup listener that will be notified.
|
| Constructor and Description |
|---|
SelectionRegistration(int interestOperations,
SelectionListener selectionListener,
WakeupListener wakeupListener)
Constructor.
|
SelectionRegistration(SelectableChannel selectableChannel,
int interestOperations,
SelectionListener selectionListener,
WakeupListener wakeupListener)
Constructor.
|
Copyright © 2005–2015. All rights reserved.