| Package | Description |
|---|---|
| net.kuujo.vertigo.io | |
| net.kuujo.vertigo.io.batch | |
| net.kuujo.vertigo.io.connection | |
| net.kuujo.vertigo.io.connection.impl | |
| net.kuujo.vertigo.io.port.impl |
| Modifier and Type | Method and Description |
|---|---|
T |
InputBatchSupport.batchHandler(org.vertx.java.core.Handler<InputBatch> handler)
Registers a batch handler.
|
| Modifier and Type | Method and Description |
|---|---|
InputBatch |
InputBatch.endHandler(org.vertx.java.core.Handler<Void> handler)
Registers an end handler on the batch.
|
InputBatch |
InputBatch.startHandler(org.vertx.java.core.Handler<Void> handler)
Registers a start handler on the batch.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConnectionInputBatch
Connection level input batch.
|
| Modifier and Type | Method and Description |
|---|---|
InputConnection |
InputConnection.batchHandler(org.vertx.java.core.Handler<InputBatch> handler)
Registers an input batch handler.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultConnectionInputBatch
Connection input batch.
|
| Modifier and Type | Method and Description |
|---|---|
InputBatch |
DefaultConnectionInputBatch.endHandler(org.vertx.java.core.Handler<Void> handler) |
InputBatch |
DefaultConnectionInputBatch.groupHandler(String group,
org.vertx.java.core.Handler<InputGroup> handler) |
InputBatch |
DefaultConnectionInputBatch.messageHandler(org.vertx.java.core.Handler handler) |
InputBatch |
DefaultConnectionInputBatch.pause() |
InputBatch |
DefaultConnectionInputBatch.resume() |
InputBatch |
DefaultConnectionInputBatch.startHandler(org.vertx.java.core.Handler<Void> handler) |
| Modifier and Type | Method and Description |
|---|---|
InputConnection |
DefaultInputConnection.batchHandler(org.vertx.java.core.Handler<InputBatch> handler) |
| Modifier and Type | Method and Description |
|---|---|
InputPort |
DefaultInputPort.batchHandler(org.vertx.java.core.Handler<InputBatch> handler) |
Copyright © 2013-2014. All Rights Reserved.