Package | Description |
---|---|
org.apache.qpid.proton.engine | |
org.apache.qpid.proton.engine.impl | |
org.apache.qpid.proton.reactor | |
org.apache.qpid.proton.reactor.impl |
Modifier and Type | Method and Description |
---|---|
Selectable |
Event.getSelectable() |
Modifier and Type | Method and Description |
---|---|
Selectable |
TransportImpl.getSelectable() |
Modifier and Type | Method and Description |
---|---|
void |
TransportImpl.setSelectable(Selectable selectable) |
Modifier and Type | Method and Description |
---|---|
Selectable |
Reactor.selectable()
Creates a new
Selectable as a child of this reactor. |
Modifier and Type | Method and Description |
---|---|
Iterator<Selectable> |
Selector.error() |
Iterator<Selectable> |
Selector.expired() |
Iterator<Selectable> |
Selector.readable() |
Iterator<Selectable> |
Selector.writeable() |
Modifier and Type | Method and Description |
---|---|
void |
Selector.add(Selectable selectable)
Adds a selectable to the selector.
|
void |
Selector.remove(Selectable selectable)
Removes a selectable from the selector.
|
void |
Selectable.Callback.run(Selectable selectable) |
void |
Reactor.update(Selectable selectable)
Updates the specified
Selectable either emitting a
Event.Type.SELECTABLE_UPDATED event if the selectable is not terminal,
or Event.Type.SELECTABLE_FINAL if the selectable is terminal and has
not already emitted a Event.Type.SELECTABLE_FINAL event. |
void |
Selector.update(Selectable selectable)
Updates the selector to reflect any changes interest by the specified
selectable.
|
Modifier and Type | Class and Description |
---|---|
class |
SelectableImpl |
Modifier and Type | Method and Description |
---|---|
Selectable |
ReactorImpl.selectable() |
protected static Selectable |
IOHandler.selectableTransport(Reactor reactor,
Socket socket,
Transport transport) |
Modifier and Type | Method and Description |
---|---|
void |
ReactorImpl.update(Selectable selectable) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.