| Modifier and Type | Method and Description |
|---|---|
Envelop |
EnvelopCodec.decodeFromWire(int i,
io.vertx.core.buffer.Buffer buffer) |
Envelop |
EnvelopCodec.transform(Envelop message) |
| Modifier and Type | Method and Description |
|---|---|
void |
EnvelopCodec.encodeToWire(io.vertx.core.buffer.Buffer buffer,
Envelop message) |
Envelop |
EnvelopCodec.transform(Envelop message) |
| Modifier and Type | Method and Description |
|---|---|
Envelop |
Envelop.acl(io.vertx.up.commune.secure.Acl acl) |
Envelop |
Envelop.bind(io.vertx.ext.web.RoutingContext context) |
Envelop |
ActOut.envelop(io.vertx.up.commune.exchange.DualMapping mapping) |
static Envelop |
Envelop.failure(String message) |
static Envelop |
Envelop.failure(Throwable ex) |
static Envelop |
Envelop.failure(io.vertx.up.exception.WebException error) |
Envelop |
Envelop.from(Envelop from) |
Envelop |
ActIn.getEnvelop() |
Envelop |
Envelop.key(String key) |
static Envelop |
Envelop.ok() |
static Envelop |
Envelop.okJson() |
static <T> Envelop |
Envelop.success(T entity) |
static <T> Envelop |
Envelop.success(T entity,
io.vertx.core.http.HttpStatusCode status) |
Envelop |
Envelop.to(Envelop to) |
| Modifier and Type | Method and Description |
|---|---|
Envelop |
Envelop.from(Envelop from) |
Envelop |
Envelop.to(Envelop to) |
| Constructor and Description |
|---|
ActIn(Envelop envelop) |
| Modifier and Type | Method and Description |
|---|---|
io.vertx.core.Future<Envelop> |
PlugRegion.after(io.vertx.ext.web.RoutingContext context,
Envelop response) |
io.vertx.core.Future<Envelop> |
PlugAuditor.audit(io.vertx.ext.web.RoutingContext context,
Envelop envelop) |
io.vertx.core.Future<Envelop> |
PlugRegion.before(io.vertx.ext.web.RoutingContext context,
Envelop request) |
| Modifier and Type | Method and Description |
|---|---|
io.vertx.core.Future<Envelop> |
PlugRegion.after(io.vertx.ext.web.RoutingContext context,
Envelop response) |
io.vertx.core.Future<Envelop> |
PlugAuditor.audit(io.vertx.ext.web.RoutingContext context,
Envelop envelop) |
io.vertx.core.Future<Envelop> |
PlugRegion.before(io.vertx.ext.web.RoutingContext context,
Envelop request) |
| Modifier and Type | Method and Description |
|---|---|
static io.vertx.core.Future<Envelop> |
PluginExtension.Flower.next(io.vertx.ext.web.RoutingContext context,
Envelop envelop) |
static io.vertx.core.Future<Envelop> |
PluginExtension.Answer.reply(io.vertx.ext.web.RoutingContext context,
Envelop envelop) |
| Modifier and Type | Method and Description |
|---|---|
static io.vertx.core.Future<Envelop> |
PluginExtension.Flower.next(io.vertx.ext.web.RoutingContext context,
Envelop envelop) |
static io.vertx.core.Future<Envelop> |
PluginExtension.Answer.reply(io.vertx.ext.web.RoutingContext context,
Envelop envelop) |
| Modifier and Type | Method and Description |
|---|---|
protected <I> Function<I,io.vertx.core.Future<Envelop>> |
AbstractInvoker.nextEnvelop(io.vertx.core.Vertx vertx,
Method method) |
protected <T> io.vertx.core.Future<Envelop> |
AbstractInvoker.nextEnvelop(io.vertx.core.Vertx vertx,
Method method,
T result) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
AbstractInvoker.invokeInternal(Object proxy,
Method method,
Envelop envelop)
R method(T..)
|
protected io.vertx.core.Future |
AbstractInvoker.invokeJson(Object proxy,
Method method,
Envelop envelop)
Future method(JsonObject) Future method(JsonArray)
|
| Modifier and Type | Method and Description |
|---|---|
void |
Invoker.invoke(Object proxy,
Method method,
io.vertx.core.eventbus.Message<Envelop> message)
Invoke method and replying
|
void |
PingInvoker.invoke(Object proxy,
Method method,
io.vertx.core.eventbus.Message<Envelop> message) |
void |
AsyncInvoker.invoke(Object proxy,
Method method,
io.vertx.core.eventbus.Message<Envelop> message) |
void |
SyncInvoker.invoke(Object proxy,
Method method,
io.vertx.core.eventbus.Message<Envelop> message) |
void |
MessageInvoker.invoke(Object proxy,
Method method,
io.vertx.core.eventbus.Message<Envelop> message) |
void |
FutureInvoker.invoke(Object proxy,
Method method,
io.vertx.core.eventbus.Message<Envelop> message) |
void |
DimInvoker.invoke(Object proxy,
Method method,
io.vertx.core.eventbus.Message<Envelop> message) |
void |
DynamicInvoker.invoke(Object proxy,
Method method,
io.vertx.core.eventbus.Message<Envelop> message) |
void |
PingTInvoker.invoke(Object proxy,
Method method,
io.vertx.core.eventbus.Message<Envelop> message) |
void |
Invoker.next(Object proxy,
Method method,
io.vertx.core.eventbus.Message<Envelop> message,
io.vertx.core.Vertx vertx)
Invoke method and ( Ipc ) then replying
|
void |
PingInvoker.next(Object proxy,
Method method,
io.vertx.core.eventbus.Message<Envelop> message,
io.vertx.core.Vertx vertx) |
void |
AsyncInvoker.next(Object proxy,
Method method,
io.vertx.core.eventbus.Message<Envelop> message,
io.vertx.core.Vertx vertx) |
void |
SyncInvoker.next(Object proxy,
Method method,
io.vertx.core.eventbus.Message<Envelop> message,
io.vertx.core.Vertx vertx) |
void |
MessageInvoker.next(Object proxy,
Method method,
io.vertx.core.eventbus.Message<Envelop> message,
io.vertx.core.Vertx vertx) |
void |
FutureInvoker.next(Object proxy,
Method method,
io.vertx.core.eventbus.Message<Envelop> message,
io.vertx.core.Vertx vertx) |
void |
DimInvoker.next(Object proxy,
Method method,
io.vertx.core.eventbus.Message<Envelop> message,
io.vertx.core.Vertx vertx) |
void |
DynamicInvoker.next(Object proxy,
Method method,
io.vertx.core.eventbus.Message<Envelop> message,
io.vertx.core.Vertx vertx) |
void |
PingTInvoker.next(Object proxy,
Method method,
io.vertx.core.eventbus.Message<Envelop> message,
io.vertx.core.Vertx vertx) |
| Modifier and Type | Method and Description |
|---|---|
io.vertx.core.Future<Envelop> |
Phase.callbackAsync(Envelop envelop) |
io.vertx.core.Future<Envelop> |
Phase.incomeAsync(Envelop envelop) |
io.vertx.core.Future<Envelop> |
Phase.inputAsync(Mission mission) |
io.vertx.core.Future<Envelop> |
Phase.invokeAsync(Envelop envelop) |
io.vertx.core.Future<Envelop> |
Phase.outcomeAsync(Envelop envelop) |
io.vertx.core.Future<Envelop> |
Phase.outputAsync(Envelop envelop) |
| Modifier and Type | Method and Description |
|---|---|
io.vertx.core.Future<Envelop> |
Phase.callbackAsync(Envelop envelop) |
io.vertx.core.Future<Envelop> |
Phase.incomeAsync(Envelop envelop) |
io.vertx.core.Future<Envelop> |
Phase.invokeAsync(Envelop envelop) |
io.vertx.core.Future<Envelop> |
Phase.outcomeAsync(Envelop envelop) |
io.vertx.core.Future<Envelop> |
Phase.outputAsync(Envelop envelop) |
| Modifier and Type | Method and Description |
|---|---|
io.vertx.core.Future<Envelop> |
JobOutcome.afterAsync(Envelop envelop) |
io.vertx.core.Future<Envelop> |
JobIncome.beforeAsync(Envelop envelop) |
| Modifier and Type | Method and Description |
|---|---|
io.vertx.core.Future<Envelop> |
JobOutcome.afterAsync(Envelop envelop) |
io.vertx.core.Future<Envelop> |
JobIncome.beforeAsync(Envelop envelop) |
| Modifier and Type | Method and Description |
|---|---|
io.vertx.core.Future<Envelop> |
UddiClient.connect(Envelop envelop) |
| Modifier and Type | Method and Description |
|---|---|
io.vertx.core.Future<Envelop> |
UddiClient.connect(Envelop envelop) |
| Modifier and Type | Method and Description |
|---|---|
protected Envelop |
BaseAim.failure(String address,
io.vertx.core.AsyncResult<io.vertx.core.eventbus.Message<Envelop>> handler) |
static Envelop |
Answer.previous(io.vertx.ext.web.RoutingContext context) |
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 |
Answer.next(io.vertx.ext.web.RoutingContext context,
Envelop envelop) |
static void |
Answer.normalize(io.vertx.ext.web.RoutingContext context,
Envelop envelop) |
static void |
Answer.reply(io.vertx.ext.web.RoutingContext context,
Envelop envelop) |
static void |
Answer.reply(io.vertx.ext.web.RoutingContext context,
Envelop envelop,
Event event) |
static void |
Answer.reply(io.vertx.ext.web.RoutingContext context,
Envelop envelop,
Supplier<Set<javax.ws.rs.core.MediaType>> supplier) |
| 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 |
|---|---|
void |
Wings.output(io.vertx.core.http.HttpServerResponse response,
Envelop envelop)
Pre-Condition 1) Response is not ended 2) The request method is not HEAD
|
void |
BufferWings.output(io.vertx.core.http.HttpServerResponse response,
Envelop envelop) |
void |
JsonWings.output(io.vertx.core.http.HttpServerResponse response,
Envelop envelop) |
protected String |
AbstractWings.toFreedom(Envelop envelop) |
| 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 |
|---|---|
static Object |
TypedArgument.analyzeJob(Envelop envelop,
Class<?> type,
Mission mission,
io.vertx.up.atom.Refer underway)
Job Component
|
static Object |
TypedArgument.analyzeWorker(Envelop envelop,
Class<?> type) |
| Modifier and Type | Method and Description |
|---|---|
static Envelop |
Ux.fromEnvelop(Class<? extends io.vertx.up.exception.WebException> clazz,
Object... args) |
static <T> Envelop |
Ux.fromEnvelop(T entity) |
static <T> Envelop |
Ux.fromEnvelop(T entity,
io.vertx.up.exception.WebException error) |
| Modifier and Type | Method and Description |
|---|---|
static Function<Throwable,Envelop> |
Ux.otherwise() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
Ux.fromEnvelop(Envelop envelop,
Class<T> clazz,
String pojo) |
static io.vertx.core.json.JsonObject |
Ux.fromEnvelop(Envelop envelop,
String pojo) |
static <T> T |
Ux.fromEnvelop1(Envelop envelop,
Class<T> clazz,
String pojo) |
static io.vertx.core.json.JsonObject |
Ux.fromEnvelop1(Envelop envelop,
String pojo) |
static <T> T |
Ux.fromEnvelop2(Envelop envelop,
Class<T> clazz,
String pojo) |
static io.vertx.core.json.JsonObject |
Ux.fromEnvelop2(Envelop envelop,
String pojo) |
static io.vertx.core.json.JsonArray |
Ux.getArray(Envelop envelop) |
static io.vertx.core.json.JsonArray |
Ux.getArray(Envelop envelop,
int index) |
static io.vertx.core.json.JsonArray |
Ux.getArray1(Envelop envelop) |
static io.vertx.core.json.JsonArray |
Ux.getArray2(Envelop envelop) |
static io.vertx.core.json.JsonObject |
Ux.getBody(Envelop envelop) |
static <T> T |
Ux.getBodyT(Envelop envelop,
Class<T> clazz) |
static Integer |
Ux.getInteger(Envelop envelop) |
static Integer |
Ux.getInteger(Envelop envelop,
int index) |
static Integer |
Ux.getInteger1(Envelop envelop) |
static Integer |
Ux.getInteger2(Envelop envelop) |
static io.vertx.core.json.JsonObject |
Ux.getJson(Envelop envelop) |
static io.vertx.core.json.JsonObject |
Ux.getJson(Envelop envelop,
int index) |
static io.vertx.core.json.JsonObject |
Ux.getJson1(Envelop envelop) |
static io.vertx.core.json.JsonObject |
Ux.getJson2(Envelop envelop) |
static Long |
Ux.getLong(Envelop envelop) |
static Long |
Ux.getLong(Envelop envelop,
int index) |
static Long |
Ux.getLong1(Envelop envelop) |
static Long |
Ux.getLong2(Envelop envelop) |
static String |
Ux.getString(Envelop envelop) |
static String |
Ux.getString(Envelop envelop,
int index) |
static String |
Ux.getString1(Envelop envelop) |
static String |
Ux.getString2(Envelop envelop) |
static <T> T |
Ux.getT(Envelop envelop,
Class<T> clazz) |
static <T> T |
Ux.getT(Envelop envelop,
int index,
Class<T> clazz) |
static <T> T |
Ux.getT1(Envelop envelop,
Class<T> clazz) |
static <T> T |
Ux.getT2(Envelop envelop,
Class<T> clazz) |
| Modifier and Type | Method and Description |
|---|---|
static <T> io.vertx.core.Handler<io.vertx.core.AsyncResult<T>> |
Ux.handler(io.vertx.core.eventbus.Message<Envelop> message) |
Copyright © 2021. All rights reserved.