Uses of Class
io.vertx.up.commune.Envelop
-
-
Uses of Envelop in io.vertx.core.eventbus
Methods in io.vertx.core.eventbus that return Envelop Modifier and Type Method Description EnvelopEnvelopCodec. decodeFromWire(int i, io.vertx.core.buffer.Buffer buffer)EnvelopEnvelopCodec. transform(Envelop message)Methods in io.vertx.core.eventbus with parameters of type Envelop Modifier and Type Method Description voidEnvelopCodec. encodeToWire(io.vertx.core.buffer.Buffer buffer, Envelop message)EnvelopEnvelopCodec. transform(Envelop message) -
Uses of Envelop in io.vertx.up.commune
Methods in io.vertx.up.commune that return Envelop Modifier and Type Method Description EnvelopEnvelop. acl(io.vertx.up.commune.secure.Acl acl)EnvelopEnvelop. bind(io.vertx.ext.web.RoutingContext context)EnvelopActOut. envelop(io.vertx.up.commune.exchange.BiTree mapping)static EnvelopEnvelop. failure(io.vertx.up.exception.WebException error)static EnvelopEnvelop. failure(String message)static EnvelopEnvelop. failure(Throwable ex)EnvelopEnvelop. from(Envelop from)EnvelopActIn. getEnvelop()EnvelopEnvelop. key(String key)static EnvelopEnvelop. ok()static EnvelopEnvelop. okJson()static <T> EnvelopEnvelop. success(T entity)static <T> EnvelopEnvelop. success(T entity, io.vertx.core.http.HttpStatusCode status)EnvelopEnvelop. to(Envelop to)Methods in io.vertx.up.commune with parameters of type Envelop Modifier and Type Method Description EnvelopEnvelop. from(Envelop from)EnvelopEnvelop. to(Envelop to)Constructors in io.vertx.up.commune with parameters of type Envelop Constructor Description ActIn(Envelop envelop) -
Uses of Envelop in io.vertx.up.extension
Methods in io.vertx.up.extension that return types with arguments of type Envelop Modifier and Type Method 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)Methods in io.vertx.up.extension with parameters of type Envelop Modifier and Type Method 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) -
Uses of Envelop in io.vertx.up.extension.pointer
Methods in io.vertx.up.extension.pointer that return types with arguments of type Envelop Modifier and Type Method 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)Methods in io.vertx.up.extension.pointer with parameters of type Envelop Modifier and Type Method 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) -
Uses of Envelop in io.vertx.up.uca.invoker
Methods in io.vertx.up.uca.invoker that return types with arguments of type Envelop Modifier and Type Method 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)Methods in io.vertx.up.uca.invoker with parameters of type Envelop Modifier and Type Method Description protected ObjectAbstractInvoker. invokeInternal(Object proxy, Method method, Envelop envelop)R method(T..)protected io.vertx.core.FutureAbstractInvoker. invokeJson(Object proxy, Method method, Envelop envelop)Future method(JsonObject) Future method(JsonArray)Method parameters in io.vertx.up.uca.invoker with type arguments of type Envelop Modifier and Type Method Description voidAsyncInvoker. invoke(Object proxy, Method method, io.vertx.core.eventbus.Message<Envelop> message)voidDimInvoker. invoke(Object proxy, Method method, io.vertx.core.eventbus.Message<Envelop> message)voidDynamicInvoker. invoke(Object proxy, Method method, io.vertx.core.eventbus.Message<Envelop> message)voidFutureInvoker. invoke(Object proxy, Method method, io.vertx.core.eventbus.Message<Envelop> message)voidInvoker. invoke(Object proxy, Method method, io.vertx.core.eventbus.Message<Envelop> message)Invoke method and replyingvoidMessageInvoker. invoke(Object proxy, Method method, io.vertx.core.eventbus.Message<Envelop> message)voidPingInvoker. invoke(Object proxy, Method method, io.vertx.core.eventbus.Message<Envelop> message)voidPingTInvoker. invoke(Object proxy, Method method, io.vertx.core.eventbus.Message<Envelop> message)voidSyncInvoker. invoke(Object proxy, Method method, io.vertx.core.eventbus.Message<Envelop> message)voidAsyncInvoker. next(Object proxy, Method method, io.vertx.core.eventbus.Message<Envelop> message, io.vertx.core.Vertx vertx)voidDimInvoker. next(Object proxy, Method method, io.vertx.core.eventbus.Message<Envelop> message, io.vertx.core.Vertx vertx)voidDynamicInvoker. next(Object proxy, Method method, io.vertx.core.eventbus.Message<Envelop> message, io.vertx.core.Vertx vertx)voidFutureInvoker. next(Object proxy, Method method, io.vertx.core.eventbus.Message<Envelop> message, io.vertx.core.Vertx vertx)voidInvoker. next(Object proxy, Method method, io.vertx.core.eventbus.Message<Envelop> message, io.vertx.core.Vertx vertx)Invoke method and ( Ipc ) then replyingvoidMessageInvoker. next(Object proxy, Method method, io.vertx.core.eventbus.Message<Envelop> message, io.vertx.core.Vertx vertx)voidPingInvoker. next(Object proxy, Method method, io.vertx.core.eventbus.Message<Envelop> message, io.vertx.core.Vertx vertx)voidPingTInvoker. next(Object proxy, Method method, io.vertx.core.eventbus.Message<Envelop> message, io.vertx.core.Vertx vertx)voidSyncInvoker. next(Object proxy, Method method, io.vertx.core.eventbus.Message<Envelop> message, io.vertx.core.Vertx vertx) -
Uses of Envelop in io.vertx.up.uca.job.phase
Methods in io.vertx.up.uca.job.phase that return types with arguments of type Envelop Modifier and Type Method 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)Methods in io.vertx.up.uca.job.phase with parameters of type Envelop Modifier and Type Method 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) -
Uses of Envelop in io.vertx.up.uca.job.plugin
Methods in io.vertx.up.uca.job.plugin that return types with arguments of type Envelop Modifier and Type Method Description io.vertx.core.Future<Envelop>JobOutcome. afterAsync(Envelop envelop)io.vertx.core.Future<Envelop>JobIncome. beforeAsync(Envelop envelop)Methods in io.vertx.up.uca.job.plugin with parameters of type Envelop Modifier and Type Method Description io.vertx.core.Future<Envelop>JobOutcome. afterAsync(Envelop envelop)io.vertx.core.Future<Envelop>JobIncome. beforeAsync(Envelop envelop) -
Uses of Envelop in io.vertx.up.uca.registry
Methods in io.vertx.up.uca.registry that return types with arguments of type Envelop Modifier and Type Method Description io.vertx.core.Future<Envelop>UddiClient. connect(Envelop envelop)Methods in io.vertx.up.uca.registry with parameters of type Envelop Modifier and Type Method Description io.vertx.core.Future<Envelop>UddiClient. connect(Envelop envelop) -
Uses of Envelop in io.vertx.up.uca.rs.hunt
Methods in io.vertx.up.uca.rs.hunt that return Envelop Modifier and Type Method Description protected EnvelopBaseAim. failure(String address, io.vertx.core.AsyncResult<io.vertx.core.eventbus.Message<Envelop>> handler)static EnvelopAnswer. previous(io.vertx.ext.web.RoutingContext context)protected EnvelopBaseAim. success(String address, io.vertx.core.AsyncResult<io.vertx.core.eventbus.Message<Envelop>> handler)Methods in io.vertx.up.uca.rs.hunt with parameters of type Envelop Modifier and Type Method Description static voidAnswer. next(io.vertx.ext.web.RoutingContext context, Envelop envelop)static voidAnswer. normalize(io.vertx.ext.web.RoutingContext context, Envelop envelop)static voidAnswer. reply(io.vertx.ext.web.RoutingContext context, Envelop envelop)static voidAnswer. reply(io.vertx.ext.web.RoutingContext context, Envelop envelop, Event event)static voidAnswer. reply(io.vertx.ext.web.RoutingContext context, Envelop envelop, Supplier<Set<javax.ws.rs.core.MediaType>> supplier)Method parameters in io.vertx.up.uca.rs.hunt with type arguments of type Envelop Modifier and Type Method Description protected EnvelopBaseAim. failure(String address, io.vertx.core.AsyncResult<io.vertx.core.eventbus.Message<Envelop>> handler)protected EnvelopBaseAim. success(String address, io.vertx.core.AsyncResult<io.vertx.core.eventbus.Message<Envelop>> handler) -
Uses of Envelop in io.vertx.up.uca.rs.hunt.adaptor
Methods in io.vertx.up.uca.rs.hunt.adaptor with parameters of type Envelop Modifier and Type Method Description voidBufferWings. output(io.vertx.core.http.HttpServerResponse response, Envelop envelop)voidJsonWings. output(io.vertx.core.http.HttpServerResponse response, Envelop envelop)voidWings. output(io.vertx.core.http.HttpServerResponse response, Envelop envelop)Pre-Condition 1) Response is not ended 2) The request method is not HEADprotected StringAbstractWings. toFreedom(Envelop envelop) -
Uses of Envelop in io.vertx.up.uca.rs.mime
Methods in io.vertx.up.uca.rs.mime that return Envelop Modifier and Type Method Description EnvelopAnalyzer. out(Envelop envelop, Event event)response mime analyzingEnvelopMediaAnalyzer. out(Envelop envelop, Event event)Methods in io.vertx.up.uca.rs.mime with parameters of type Envelop Modifier and Type Method Description EnvelopAnalyzer. out(Envelop envelop, Event event)response mime analyzingEnvelopMediaAnalyzer. out(Envelop envelop, Event event) -
Uses of Envelop in io.vertx.up.uca.serialization
Methods in io.vertx.up.uca.serialization with parameters of type Envelop Modifier and Type Method Description static ObjectTypedArgument. analyzeJob(Envelop envelop, Class<?> type, Mission mission, io.vertx.up.atom.Refer underway)Job Componentstatic ObjectTypedArgument. analyzeWorker(Envelop envelop, Class<?> type) -
Uses of Envelop in io.vertx.up.unity
Methods in io.vertx.up.unity that return Envelop Modifier and Type Method Description static EnvelopUx. fromEnvelop(Class<? extends io.vertx.up.exception.WebException> clazz, Object... args)static <T> EnvelopUx. fromEnvelop(T entity)static <T> EnvelopUx. fromEnvelop(T entity, io.vertx.up.exception.WebException error)Methods in io.vertx.up.unity that return types with arguments of type Envelop Modifier and Type Method Description static Function<Throwable,Envelop>Ux. otherwise()Methods in io.vertx.up.unity with parameters of type Envelop Modifier and Type Method Description static <T> TUx. fromEnvelop(Envelop envelop, Class<T> clazz, String pojo)static io.vertx.core.json.JsonObjectUx. fromEnvelop(Envelop envelop, String pojo)static <T> TUx. fromEnvelop1(Envelop envelop, Class<T> clazz, String pojo)static io.vertx.core.json.JsonObjectUx. fromEnvelop1(Envelop envelop, String pojo)static <T> TUx. fromEnvelop2(Envelop envelop, Class<T> clazz, String pojo)static io.vertx.core.json.JsonObjectUx. fromEnvelop2(Envelop envelop, String pojo)static io.vertx.core.json.JsonArrayUx. getArray(Envelop envelop)static io.vertx.core.json.JsonArrayUx. getArray(Envelop envelop, int index)static io.vertx.core.json.JsonArrayUx. getArray1(Envelop envelop)static io.vertx.core.json.JsonArrayUx. getArray2(Envelop envelop)static io.vertx.core.json.JsonObjectUx. getBody(Envelop envelop)static <T> TUx. getBodyT(Envelop envelop, Class<T> clazz)static IntegerUx. getInteger(Envelop envelop)static IntegerUx. getInteger(Envelop envelop, int index)static IntegerUx. getInteger1(Envelop envelop)static IntegerUx. getInteger2(Envelop envelop)static io.vertx.core.json.JsonObjectUx. getJson(Envelop envelop)static io.vertx.core.json.JsonObjectUx. getJson(Envelop envelop, int index)static io.vertx.core.json.JsonObjectUx. getJson1(Envelop envelop)static io.vertx.core.json.JsonObjectUx. getJson2(Envelop envelop)static LongUx. getLong(Envelop envelop)static LongUx. getLong(Envelop envelop, int index)static LongUx. getLong1(Envelop envelop)static LongUx. getLong2(Envelop envelop)static StringUx. getString(Envelop envelop)static StringUx. getString(Envelop envelop, int index)static StringUx. getString1(Envelop envelop)static StringUx. getString2(Envelop envelop)static <T> TUx. getT(Envelop envelop, int index, Class<T> clazz)static <T> TUx. getT(Envelop envelop, Class<T> clazz)static <T> TUx. getT1(Envelop envelop, Class<T> clazz)static <T> TUx. getT2(Envelop envelop, Class<T> clazz)static io.vertx.up.atom.secure.VisUx. getVis(Envelop envelop)static io.vertx.up.atom.secure.VisUx. getVis(Envelop envelop, int index)static io.vertx.up.atom.secure.VisUx. getVis1(Envelop envelop)static io.vertx.up.atom.secure.VisUx. getVis2(Envelop envelop)Method parameters in io.vertx.up.unity with type arguments of type Envelop Modifier and Type Method Description static <T> io.vertx.core.Handler<io.vertx.core.AsyncResult<T>>Ux. handler(io.vertx.core.eventbus.Message<Envelop> message)
-