| Package | Description |
|---|---|
| net.kuujo.vertigo.io.connection | |
| net.kuujo.vertigo.io.connection.impl | |
| net.kuujo.vertigo.io.stream.impl |
| Modifier and Type | Method and Description |
|---|---|
OutputConnection |
OutputConnection.batch(String id,
Object args,
org.vertx.java.core.Handler<ConnectionOutputBatch> handler)
Creates an output batch on the connection.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultConnectionOutputBatch
Default connection output batch implementation.
|
| Modifier and Type | Method and Description |
|---|---|
OutputConnection |
DefaultOutputConnection.batch(String id,
Object args,
org.vertx.java.core.Handler<ConnectionOutputBatch> handler) |
OutputConnection |
DefaultConnectionOutputBatch.batch(String id,
Object args,
org.vertx.java.core.Handler<ConnectionOutputBatch> handler) |
| Constructor and Description |
|---|
StreamOutputBatch(String id,
DefaultOutputStream stream,
List<ConnectionOutputBatch> batches) |
Copyright © 2013-2014. All Rights Reserved.