Skip navigation links
Quarkus - Vert.x Web - Runtime 1.10.5.Final
A B C D E F G H I J M N O P R S U V W 

A

accept(Throwable) - Method in class io.quarkus.vertx.web.runtime.UniFailureCallback
 
ACCEPT_HEADER - Static variable in class io.quarkus.vertx.web.runtime.ValidationSupport
 
APPLICATION_JSON - Static variable in class io.quarkus.vertx.web.runtime.ValidationSupport
 
asEventStream(Multi<T>) - Static method in class io.quarkus.vertx.web.ReactiveRoutes
Indicates the the given stream should be written as server-sent-event in the response.
asJsonArray(Multi<T>) - Static method in class io.quarkus.vertx.web.ReactiveRoutes
Indicates the the given stream should be written as a chunked JSON array in the response.

B

Body - Annotation Type in io.quarkus.vertx.web
Identifies a route method parameter that should be injected with a value returned from: RoutingContext.getBody() for type Buffer RoutingContext.getBodyAsString() for type String RoutingContext.getBodyAsJson() for type JsonObject RoutingContext.getBodyAsJsonArray() for type JsonArray RoutingContext.getBodyAsJson() and JsonObject.mapTo(Class) for any other type

C

clear() - Static method in class io.quarkus.vertx.web.runtime.RouteHandlers
 
clearCacheOnShutdown(ShutdownContext) - Method in class io.quarkus.vertx.web.runtime.VertxWebRecorder
 
CONTENT_TYPE - Static variable in class io.quarkus.vertx.web.runtime.RouteHandlers
 
context() - Method in interface io.quarkus.vertx.web.RoutingExchange
 
context() - Method in class io.quarkus.vertx.web.runtime.RoutingExchangeImpl
 
createHandler(String) - Method in class io.quarkus.vertx.web.runtime.VertxWebRecorder
 
createRouteFunction(RouteMatcher, Handler<RoutingContext>) - Method in class io.quarkus.vertx.web.runtime.VertxWebRecorder
 

D

data() - Method in interface io.quarkus.vertx.web.ReactiveRoutes.ServerSentEvent
The data section.
DEFAULT_PRIORITY - Static variable in annotation type io.quarkus.vertx.web.RouteFilter
 

E

ELEMENT_NAME - Static variable in annotation type io.quarkus.vertx.web.Header
Constant value for Header.value() indicating that the annotated element's name should be used as-is.
ELEMENT_NAME - Static variable in annotation type io.quarkus.vertx.web.Param
Constant value for Param.value() indicating that the annotated element's name should be used as-is.
endpointProvider() - Method in class io.quarkus.vertx.web.runtime.ReactiveRoutesTestHttpProvider
 
event() - Method in interface io.quarkus.vertx.web.ReactiveRoutes.ServerSentEvent
The event section.

F

fail(RoutingContext) - Static method in class io.quarkus.vertx.web.runtime.MultiJsonArraySupport
 
fireSecurityIdentity(SecurityIdentity) - Static method in class io.quarkus.vertx.web.runtime.RouteHandlers
 
from(String) - Static method in enum io.quarkus.vertx.web.Route.HandlerType
 

G

getConsumes() - Method in class io.quarkus.vertx.web.runtime.RouteMatcher
 
getHeader(CharSequence) - Method in interface io.quarkus.vertx.web.RoutingExchange
 
getMethods() - Method in class io.quarkus.vertx.web.runtime.RouteMatcher
 
getOrder() - Method in class io.quarkus.vertx.web.runtime.RouteMatcher
 
getParam(String) - Method in interface io.quarkus.vertx.web.RoutingExchange
 
getPath() - Method in class io.quarkus.vertx.web.runtime.RouteMatcher
 
getProduces() - Method in class io.quarkus.vertx.web.runtime.RouteMatcher
 
getRegex() - Method in class io.quarkus.vertx.web.runtime.RouteMatcher
 
getValidator(ArcContainer) - Static method in class io.quarkus.vertx.web.runtime.ValidationSupport
 

H

handle(RoutingContext) - Method in class io.quarkus.vertx.web.runtime.devmode.ResourceNotFoundHandler
 
handle(RoutingContext) - Method in interface io.quarkus.vertx.web.runtime.RouteHandler
 
handleViolationException(ConstraintViolationException, RoutingContext) - Static method in class io.quarkus.vertx.web.runtime.ValidationSupport
 
Header - Annotation Type in io.quarkus.vertx.web
Identifies a route method parameter that should be injected with a value returned from HttpServerRequest.getHeader(String).

I

id() - Method in interface io.quarkus.vertx.web.ReactiveRoutes.ServerSentEvent
The id section.
invoke(RoutingContext) - Method in interface io.quarkus.vertx.web.runtime.RouteHandler
Invokes the route method.
io.quarkus.vertx.web - package io.quarkus.vertx.web
 
io.quarkus.vertx.web.runtime - package io.quarkus.vertx.web.runtime
 
io.quarkus.vertx.web.runtime.devmode - package io.quarkus.vertx.web.runtime.devmode
 
isJsonArray(Multi<?>) - Static method in class io.quarkus.vertx.web.runtime.MultiJsonArraySupport
 
isSSE(Multi<?>) - Static method in class io.quarkus.vertx.web.runtime.MultiSseSupport
 

J

JsonArrayMulti<T> - Class in io.quarkus.vertx.web.runtime
Just a wrapped to capture the fact that the items must be written as JSON Array.
JsonArrayMulti(Multi<T>) - Constructor for class io.quarkus.vertx.web.runtime.JsonArrayMulti
 

M

mapViolationsToJson(Set<ConstraintViolation<?>>, HttpServerResponse) - Static method in class io.quarkus.vertx.web.runtime.ValidationSupport
 
MultiJsonArraySupport - Class in io.quarkus.vertx.web.runtime
 
MultiSseSupport - Class in io.quarkus.vertx.web.runtime
 
MultiSupport - Class in io.quarkus.vertx.web.runtime
 

N

notFound() - Method in interface io.quarkus.vertx.web.RoutingExchange
 

O

ok() - Method in interface io.quarkus.vertx.web.RoutingExchange
 
ok(String) - Method in interface io.quarkus.vertx.web.RoutingExchange
 

P

Param - Annotation Type in io.quarkus.vertx.web
Identifies a route method parameter that should be injected with a value returned from HttpServerRequest.getParam(String).
PROBLEM_DETAIL - Static variable in class io.quarkus.vertx.web.runtime.ValidationSupport
 
PROBLEM_FIELD - Static variable in class io.quarkus.vertx.web.runtime.ValidationSupport
 
PROBLEM_MESSAGE - Static variable in class io.quarkus.vertx.web.runtime.ValidationSupport
 
PROBLEM_STATUS - Static variable in class io.quarkus.vertx.web.runtime.ValidationSupport
 
PROBLEM_TITLE - Static variable in class io.quarkus.vertx.web.runtime.ValidationSupport
 
PROBLEM_VIOLATIONS - Static variable in class io.quarkus.vertx.web.runtime.ValidationSupport
 

R

ReactiveRoutes - Class in io.quarkus.vertx.web
Provides utility methods, mainly to handle text/event-stream responses.
ReactiveRoutes.ServerSentEvent<T> - Interface in io.quarkus.vertx.web
A class allowing to customized how the server sent events are written.
ReactiveRoutesTestHttpProvider - Class in io.quarkus.vertx.web.runtime
 
ReactiveRoutesTestHttpProvider() - Constructor for class io.quarkus.vertx.web.runtime.ReactiveRoutesTestHttpProvider
 
registerNotFoundHandler(RuntimeValue<Router>, String, List<RouteDescription>, List<String>) - Method in class io.quarkus.vertx.web.runtime.devmode.ResourceNotFoundRecorder
 
request() - Method in interface io.quarkus.vertx.web.RoutingExchange
 
ResourceNotFoundHandler - Class in io.quarkus.vertx.web.runtime.devmode
Lists all routes when no route matches the path in the dev mode.
ResourceNotFoundHandler(String, List<RouteDescription>, List<String>) - Constructor for class io.quarkus.vertx.web.runtime.devmode.ResourceNotFoundHandler
 
ResourceNotFoundRecorder - Class in io.quarkus.vertx.web.runtime.devmode
 
ResourceNotFoundRecorder() - Constructor for class io.quarkus.vertx.web.runtime.devmode.ResourceNotFoundRecorder
 
response() - Method in interface io.quarkus.vertx.web.RoutingExchange
 
Route - Annotation Type in io.quarkus.vertx.web
This annotation can be used to configure a reactive route in a declarative way.
Route.HandlerType - Enum in io.quarkus.vertx.web
 
Route.Routes - Annotation Type in io.quarkus.vertx.web
 
RouteBase - Annotation Type in io.quarkus.vertx.web
Annotation used to configure some defaults for reactive routes declared on a class.
RouteFilter - Annotation Type in io.quarkus.vertx.web
This annotation is used to define a "filter", i.e.
RouteHandler - Interface in io.quarkus.vertx.web.runtime
Handles invocation of a reactive route.
RouteHandlers - Class in io.quarkus.vertx.web.runtime
 
RouteMatcher - Class in io.quarkus.vertx.web.runtime
 
RouteMatcher(String, String, String[], String[], HttpMethod[], int) - Constructor for class io.quarkus.vertx.web.runtime.RouteMatcher
 
RoutingExchange - Interface in io.quarkus.vertx.web
Convenient wrapper of RoutingContext.
RoutingExchangeImpl - Class in io.quarkus.vertx.web.runtime
 
RoutingExchangeImpl(RoutingContext) - Constructor for class io.quarkus.vertx.web.runtime.RoutingExchangeImpl
 

S

serverError() - Method in interface io.quarkus.vertx.web.RoutingExchange
 
setContentType(RoutingContext, String) - Static method in class io.quarkus.vertx.web.runtime.RouteHandlers
 
SSEMulti<T> - Class in io.quarkus.vertx.web.runtime
Just a wrapped to capture the fact that the items must be written as SSE.
SSEMulti(Multi<T>) - Constructor for class io.quarkus.vertx.web.runtime.SSEMulti
 
subscribe(MultiSubscriber<? super T>) - Method in class io.quarkus.vertx.web.runtime.JsonArrayMulti
 
subscribe(MultiSubscriber<? super T>) - Method in class io.quarkus.vertx.web.runtime.SSEMulti
 
subscribeBuffer(Multi<Buffer>, RoutingContext) - Static method in class io.quarkus.vertx.web.runtime.MultiSseSupport
 
subscribeBuffer(Multi<Buffer>, RoutingContext) - Static method in class io.quarkus.vertx.web.runtime.MultiSupport
 
subscribeMutinyBuffer(Multi<Buffer>, RoutingContext) - Static method in class io.quarkus.vertx.web.runtime.MultiSseSupport
 
subscribeMutinyBuffer(Multi<Buffer>, RoutingContext) - Static method in class io.quarkus.vertx.web.runtime.MultiSupport
 
subscribeObject(Multi<Object>, RoutingContext) - Static method in class io.quarkus.vertx.web.runtime.MultiJsonArraySupport
 
subscribeObject(Multi<Object>, RoutingContext) - Static method in class io.quarkus.vertx.web.runtime.MultiSseSupport
 
subscribeObject(Multi<Object>, RoutingContext) - Static method in class io.quarkus.vertx.web.runtime.MultiSupport
 
subscribeRxBuffer(Multi<Buffer>, RoutingContext) - Static method in class io.quarkus.vertx.web.runtime.MultiSseSupport
 
subscribeRxBuffer(Multi<Buffer>, RoutingContext) - Static method in class io.quarkus.vertx.web.runtime.MultiSupport
 
subscribeString(Multi<String>, RoutingContext) - Static method in class io.quarkus.vertx.web.runtime.MultiJsonArraySupport
 
subscribeString(Multi<String>, RoutingContext) - Static method in class io.quarkus.vertx.web.runtime.MultiSseSupport
 
subscribeString(Multi<String>, RoutingContext) - Static method in class io.quarkus.vertx.web.runtime.MultiSupport
 
subscribeVoid(Multi<Void>, RoutingContext) - Static method in class io.quarkus.vertx.web.runtime.MultiJsonArraySupport
 
subscribeVoid(Multi<Void>, RoutingContext) - Static method in class io.quarkus.vertx.web.runtime.MultiSupport
 

U

UniFailureCallback - Class in io.quarkus.vertx.web.runtime
 
UniFailureCallback(RoutingContext) - Constructor for class io.quarkus.vertx.web.runtime.UniFailureCallback
 

V

ValidationSupport - Class in io.quarkus.vertx.web.runtime
 
valueOf(String) - Static method in enum io.quarkus.vertx.web.Route.HandlerType
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.quarkus.vertx.web.Route.HandlerType
Returns an array containing the constants of this enum type, in the order they are declared.
VertxWebRecorder - Class in io.quarkus.vertx.web.runtime
 
VertxWebRecorder() - Constructor for class io.quarkus.vertx.web.runtime.VertxWebRecorder
 

W

write(Multi<Buffer>, RoutingContext) - Static method in class io.quarkus.vertx.web.runtime.MultiSseSupport
 
A B C D E F G H I J M N O P R S U V W 
Skip navigation links
Quarkus - Vert.x Web - Runtime 1.10.5.Final

Copyright © 2020 JBoss by Red Hat. All rights reserved.