| Modifier and Type | Method and Description |
|---|---|
Selector |
ConnectionConfig.getSelector()
Returns the connection selector.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionConfig |
ConnectionConfig.customSelect(Selector selector)
Sets a custom selector on the connection.
|
ConnectionConfig |
ConnectionConfig.setSelector(Selector selector)
Sets the connection selector.
|
| Modifier and Type | Method and Description |
|---|---|
Selector |
DefaultConnectionConfig.getSelector() |
| Modifier and Type | Method and Description |
|---|---|
ConnectionConfig |
DefaultConnectionConfig.customSelect(Selector selector) |
ConnectionConfig |
DefaultConnectionConfig.setSelector(Selector selector) |
| Constructor and Description |
|---|
DefaultConnectionConfig(String source,
String target,
Selector selector,
NetworkConfig network) |
DefaultConnectionConfig(String source,
String out,
String target,
String in,
Selector selector,
NetworkConfig network) |
| Modifier and Type | Class and Description |
|---|---|
class |
AllSelector
An *all* selector.
|
class |
CustomSelector
Custom selector wrapper.
|
class |
FairSelector
a *fair* selector.
|
class |
HashSelector
A hash selector.
|
class |
RandomSelector
A *random* selector.
|
class |
RoundRobinSelector
A *round* selector.
|
| Constructor and Description |
|---|
CustomSelector(Selector selector) |
| Modifier and Type | Method and Description |
|---|---|
Selector |
OutputStreamContext.selector()
Returns the stream connection selector.
|
| Modifier and Type | Method and Description |
|---|---|
Selector |
DefaultOutputStreamContext.selector() |
| Modifier and Type | Method and Description |
|---|---|
DefaultOutputStreamContext.Builder |
DefaultOutputStreamContext.Builder.setSelector(Selector selector)
Sets the connection selector.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionConfig |
NetworkConfig.createConnection(String source,
String target,
Selector selector)
Creates a connection between two components.
|
ConnectionConfig |
ActiveNetwork.createConnection(String source,
String target,
Selector selector)
Creates a connection between two components in the network.
|
ConnectionConfig |
ActiveNetwork.createConnection(String source,
String target,
Selector selector,
org.vertx.java.core.Handler<org.vertx.java.core.AsyncResult<ActiveNetwork>> doneHandler)
Creates a connection between two components in the network.
|
ConnectionConfig |
NetworkConfig.createConnection(String source,
String out,
String target,
String in,
Selector selector)
Creates a connection between two components.
|
ConnectionConfig |
ActiveNetwork.createConnection(String source,
String out,
String target,
String in,
Selector selector)
Creates a connection between two components in the network.
|
ConnectionConfig |
ActiveNetwork.createConnection(String source,
String out,
String target,
String in,
Selector selector,
org.vertx.java.core.Handler<org.vertx.java.core.AsyncResult<ActiveNetwork>> doneHandler)
Creates a connection between two components in the network.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionConfig |
DefaultNetworkConfig.createConnection(String source,
String target,
Selector selector) |
ConnectionConfig |
DefaultActiveNetwork.createConnection(String source,
String target,
Selector selector) |
ConnectionConfig |
DefaultActiveNetwork.createConnection(String source,
String target,
Selector selector,
org.vertx.java.core.Handler<org.vertx.java.core.AsyncResult<ActiveNetwork>> doneHandler) |
ConnectionConfig |
DefaultNetworkConfig.createConnection(String source,
String out,
String target,
String in,
Selector selector) |
ConnectionConfig |
DefaultActiveNetwork.createConnection(String source,
String out,
String target,
String in,
Selector selector) |
ConnectionConfig |
DefaultActiveNetwork.createConnection(String source,
String out,
String target,
String in,
Selector selector,
org.vertx.java.core.Handler<org.vertx.java.core.AsyncResult<ActiveNetwork>> doneHandler) |
Copyright © 2013-2014. All Rights Reserved.