| Package | Description |
|---|---|
| io.vertx.core.eventbus | |
| io.vertx.up.atom | |
| io.vertx.up.media | |
| io.vertx.up.rs.hunt |
| Modifier and Type | Method and Description |
|---|---|
Envelop |
EnvelopCodec.decodeFromWire(int i,
io.vertx.core.buffer.Buffer buffer) |
Envelop |
EnvelopCodec.transform(Envelop message)
Local usage
|
| Modifier and Type | Method and Description |
|---|---|
void |
EnvelopCodec.encodeToWire(io.vertx.core.buffer.Buffer buffer,
Envelop message) |
Envelop |
EnvelopCodec.transform(Envelop message)
Local usage
|
| Modifier and Type | Method and Description |
|---|---|
static Envelop |
Envelop.failure(WebException error)
Failure response with exception
|
static Envelop |
Envelop.ok()
Empty content success
|
static <T> Envelop |
Envelop.success(T entity) |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
Envelop.data(io.vertx.core.eventbus.Message<Envelop> message,
Class<T> clazz)
Extract message part to t
|
| Modifier and Type | Method and Description |
|---|---|
Envelop |
MediaAnalyzer.out(Envelop envelop,
Event event) |
Envelop |
Analyzer.out(Envelop envelop,
Event event)
response mime analyzing
|
| Modifier and Type | Method and Description |
|---|---|
Envelop |
MediaAnalyzer.out(Envelop envelop,
Event event) |
Envelop |
Analyzer.out(Envelop envelop,
Event event)
response mime analyzing
|
| Modifier and Type | Method and Description |
|---|---|
protected Envelop |
BaseAim.failure(String address,
io.vertx.core.AsyncResult<io.vertx.core.eventbus.Message<Envelop>> handler) |
protected Envelop |
BaseAim.success(String address,
io.vertx.core.AsyncResult<io.vertx.core.eventbus.Message<Envelop>> handler) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Normalizer.in(io.vertx.core.http.HttpServerRequest request,
Envelop envelop,
Event event)
Wrapper request
|
static void |
Normalizer.out(io.vertx.core.http.HttpServerResponse response,
Envelop envelop,
Event event)
Wrapper response
|
static void |
Answer.reply(io.vertx.ext.web.RoutingContext context,
Envelop envelop,
Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Envelop |
BaseAim.failure(String address,
io.vertx.core.AsyncResult<io.vertx.core.eventbus.Message<Envelop>> handler) |
protected Envelop |
BaseAim.success(String address,
io.vertx.core.AsyncResult<io.vertx.core.eventbus.Message<Envelop>> handler) |
Copyright © 2017. All rights reserved.