| Modifier and Type | Method and Description |
|---|---|
T |
OutputGroupSupport.group(String name,
org.vertx.java.core.Handler<OutputGroup> handler)
Creates a named output group.
|
| Modifier and Type | Method and Description |
|---|---|
OutputBatch |
BaseOutputBatch.group(String name,
org.vertx.java.core.Handler<OutputGroup> handler) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConnectionOutputGroup
Connection level output group.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultConnectionOutputGroup
Connection level output group.
|
| Modifier and Type | Method and Description |
|---|---|
OutputGroup |
DefaultConnectionOutputGroup.drainHandler(org.vertx.java.core.Handler<Void> handler) |
OutputGroup |
DefaultConnectionOutputGroup.end() |
OutputGroup |
DefaultConnectionOutputGroup.send(Boolean message) |
OutputGroup |
DefaultConnectionOutputGroup.send(org.vertx.java.core.buffer.Buffer message) |
OutputGroup |
DefaultConnectionOutputGroup.send(Byte message) |
OutputGroup |
DefaultConnectionOutputGroup.send(byte[] message) |
OutputGroup |
DefaultConnectionOutputGroup.send(Character message) |
OutputGroup |
DefaultConnectionOutputGroup.send(Double message) |
OutputGroup |
DefaultConnectionOutputGroup.send(Float message) |
OutputGroup |
DefaultConnectionOutputGroup.send(Integer message) |
OutputGroup |
DefaultConnectionOutputGroup.send(org.vertx.java.core.json.JsonArray message) |
OutputGroup |
DefaultConnectionOutputGroup.send(org.vertx.java.core.json.JsonObject message) |
OutputGroup |
DefaultConnectionOutputGroup.send(Long message) |
OutputGroup |
DefaultConnectionOutputGroup.send(Object message) |
OutputGroup |
DefaultConnectionOutputGroup.send(Short message) |
OutputGroup |
DefaultConnectionOutputGroup.send(String message) |
OutputGroup |
DefaultConnectionOutputGroup.setSendQueueMaxSize(int maxSize) |
| Modifier and Type | Method and Description |
|---|---|
OutputConnection |
DefaultOutputConnection.group(String name,
org.vertx.java.core.Handler<OutputGroup> handler) |
DefaultConnectionOutputGroup |
DefaultConnectionOutputGroup.group(String name,
org.vertx.java.core.Handler<OutputGroup> handler) |
OutputConnection |
DefaultConnectionOutputBatch.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 |
|---|---|
OutputBatch |
StreamOutputBatch.group(String name,
org.vertx.java.core.Handler<OutputGroup> handler) |
OutputStream |
DefaultOutputStream.group(String name,
org.vertx.java.core.Handler<OutputGroup> handler) |
Copyright © 2013-2014. All Rights Reserved.