Package | Description |
---|---|
org.apache.qpid.proton | |
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 |
---|---|
static Reactor |
Proton.reactor() |
static Reactor |
Proton.reactor(Handler... handlers) |
Modifier and Type | Method and Description |
---|---|
Reactor |
Connection.getReactor() |
Reactor |
Event.getReactor() |
Modifier and Type | Method and Description |
---|---|
Reactor |
ConnectionImpl.getReactor() |
Reactor |
TransportImpl.getReactor() |
Modifier and Type | Method and Description |
---|---|
void |
ConnectionImpl.setReactor(Reactor reactor) |
void |
TransportImpl.setReactor(Reactor reactor) |
Modifier and Type | Method and Description |
---|---|
static Reactor |
Reactor.Factory.create() |
Reactor |
Selectable.getReactor() |
Reactor |
Task.getReactor() |
Modifier and Type | Class and Description |
---|---|
class |
ReactorImpl |
Modifier and Type | Method and Description |
---|---|
Reactor |
TaskImpl.getReactor() |
Reactor |
SelectableImpl.getReactor() |
Modifier and Type | Method and Description |
---|---|
protected static Selectable |
IOHandler.selectableTransport(Reactor reactor,
Socket socket,
Transport transport) |
void |
TaskImpl.setReactor(Reactor reactor) |
protected void |
SelectableImpl.setReactor(Reactor reactor) |
Constructor and Description |
---|
AcceptorImpl(Reactor reactor,
String host,
int port,
Handler handler) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.