Package | Description |
---|---|
org.apache.qpid.proton.reactor | |
org.apache.qpid.proton.reactor.impl |
Modifier and Type | Method and Description |
---|---|
void |
Selectable.onError(Selectable.Callback runnable)
Registers a callback that will be run when the selectable is notified of
an error.
|
void |
Selectable.onExpired(Selectable.Callback runnable)
Registers a callback that will be run when the selectable expires.
|
void |
Selectable.onFree(Selectable.Callback runnable)
Registers a callback that will be run when the selectable is notified
that it has been free'd.
|
void |
Selectable.onReadable(Selectable.Callback runnable)
Registers a callback that will be run when the selectable becomes ready
for reading.
|
void |
Selectable.onRelease(Selectable.Callback runnable)
Registers a callback that will be run when the selectable is notified
that it has been released.
|
void |
Selectable.onWritable(Selectable.Callback runnable)
Registers a callback that will be run when the selectable becomes ready
for writing.
|
Modifier and Type | Method and Description |
---|---|
void |
SelectableImpl.onError(Selectable.Callback runnable) |
void |
SelectableImpl.onExpired(Selectable.Callback runnable) |
void |
SelectableImpl.onFree(Selectable.Callback runnable) |
void |
SelectableImpl.onReadable(Selectable.Callback runnable) |
void |
SelectableImpl.onRelease(Selectable.Callback runnable) |
void |
SelectableImpl.onWritable(Selectable.Callback runnable) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.