| Modifier and Type | Method and Description |
|---|---|
T |
Output.group(String name,
org.vertx.java.core.Handler<OutputGroup> handler)
Creates a named output group.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectionOutputGroup
Connection level output group.
|
| Modifier and Type | Method and Description |
|---|---|
OutputGroup |
ConnectionOutputGroup.drainHandler(org.vertx.java.core.Handler<Void> handler) |
OutputGroup |
ConnectionOutputGroup.end() |
OutputGroup |
ConnectionOutputGroup.send(Boolean message) |
OutputGroup |
ConnectionOutputGroup.send(org.vertx.java.core.buffer.Buffer message) |
OutputGroup |
ConnectionOutputGroup.send(Byte message) |
OutputGroup |
ConnectionOutputGroup.send(byte[] message) |
OutputGroup |
ConnectionOutputGroup.send(Character message) |
OutputGroup |
ConnectionOutputGroup.send(Double message) |
OutputGroup |
ConnectionOutputGroup.send(Float message) |
OutputGroup |
ConnectionOutputGroup.send(Integer message) |
OutputGroup |
ConnectionOutputGroup.send(org.vertx.java.core.json.JsonArray message) |
OutputGroup |
ConnectionOutputGroup.send(org.vertx.java.core.json.JsonObject message) |
OutputGroup |
ConnectionOutputGroup.send(Long message) |
OutputGroup |
ConnectionOutputGroup.send(Object message) |
OutputGroup |
ConnectionOutputGroup.send(Short message) |
OutputGroup |
ConnectionOutputGroup.send(String message) |
OutputGroup |
ConnectionOutputGroup.setSendQueueMaxSize(int maxSize) |
| Modifier and Type | Method and Description |
|---|---|
OutputConnection |
DefaultOutputConnection.group(String name,
org.vertx.java.core.Handler<OutputGroup> handler) |
ConnectionOutputGroup |
ConnectionOutputGroup.group(String name,
org.vertx.java.core.Handler<OutputGroup> handler) |
| Modifier and Type | Method and Description |
|---|---|
OutputGroup |
OutputGroup.end()
Ends the output group.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseOutputGroup
Top-level output group.
|
| Modifier and Type | Method and Description |
|---|---|
OutputGroup |
BaseOutputGroup.drainHandler(org.vertx.java.core.Handler<Void> handler) |
OutputGroup |
BaseOutputGroup.end() |
OutputGroup |
BaseOutputGroup.group(String name,
org.vertx.java.core.Handler<OutputGroup> handler) |
OutputGroup |
BaseOutputGroup.send(Boolean message) |
OutputGroup |
BaseOutputGroup.send(org.vertx.java.core.buffer.Buffer message) |
OutputGroup |
BaseOutputGroup.send(Byte message) |
OutputGroup |
BaseOutputGroup.send(byte[] message) |
OutputGroup |
BaseOutputGroup.send(Character message) |
OutputGroup |
BaseOutputGroup.send(Double message) |
OutputGroup |
BaseOutputGroup.send(Float message) |
OutputGroup |
BaseOutputGroup.send(Integer message) |
OutputGroup |
BaseOutputGroup.send(org.vertx.java.core.json.JsonArray message) |
OutputGroup |
BaseOutputGroup.send(org.vertx.java.core.json.JsonObject message) |
OutputGroup |
BaseOutputGroup.send(Long message) |
OutputGroup |
BaseOutputGroup.send(Object message) |
OutputGroup |
BaseOutputGroup.send(Short message) |
OutputGroup |
BaseOutputGroup.send(String message) |
OutputGroup |
BaseOutputGroup.setSendQueueMaxSize(int maxSize) |
| Modifier and Type | Method and Description |
|---|---|
OutputGroup |
BaseOutputGroup.group(String name,
org.vertx.java.core.Handler<OutputGroup> handler) |
| Constructor and Description |
|---|
BaseOutputGroup(String name,
org.vertx.java.core.Vertx vertx,
Collection<OutputGroup> connections) |
| Modifier and Type | Method and Description |
|---|---|
OutputPort |
DefaultOutputPort.group(String name,
org.vertx.java.core.Handler<OutputGroup> handler) |
| Modifier and Type | Method and Description |
|---|---|
OutputStream |
DefaultOutputStream.group(String name,
org.vertx.java.core.Handler<OutputGroup> handler) |
Copyright © 2013-2014. All Rights Reserved.