Package | Description |
---|---|
org.restlet.engine.connector | |
org.restlet.engine.io | |
org.restlet.ext.ssl.internal | |
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.
|
Constructor and Description |
---|
BufferedSelectionChannel(Buffer buffer,
T source,
WakeupListener wakeupListener)
Constructor.
|
ReadableBufferedChannel(CompletionListener completionListener,
Buffer buffer,
ReadableSelectionChannel source,
WakeupListener wakeupListener)
Constructor.
|
ReadableChunkedChannel(CompletionListener completionListener,
Buffer buffer,
ReadableSelectionChannel source,
WakeupListener wakeupListener)
Constructor.
|
ReadableSizedSelectionChannel(CompletionListener completionListener,
Buffer buffer,
ReadableSelectionChannel source,
long availableSize,
WakeupListener wakeupListener)
Constructor.
|
WritableBufferedChannel(Buffer buffer,
WritableSelectionChannel target,
WakeupListener wakeupListener)
Constructor.
|
Constructor and Description |
---|
ReadableSslChannel(ReadableSelectionChannel source,
SslConnection<?> connection,
WakeupListener wakeupListener)
Constructor.
|
WritableSslChannel(WritableSelectionChannel target,
SslConnection<?> connection,
WakeupListener wakeupListener)
Constructor.
|
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.