All Classes
-
All Classes Interface Summary Class Summary Enum Summary Annotation Types Summary Class Description Body Identifies a route method parameter that should be injected with a value returned from:RoutingContext.getBody()for typeBufferRoutingContext.getBodyAsString()for typeStringRoutingContext.getBodyAsJson()for typeJsonObjectRoutingContext.getBodyAsJsonArray()for typeJsonArrayRoutingContext.getBodyAsJson()andJsonObject.mapTo(Class)for any other typeHeader Identifies a route method parameter that should be injected with a value returned fromHttpServerRequest.getHeader(String).HttpCompressionHandler JsonArrayMulti<T> Just a wrapped to capture the fact that the items must be written as JSON Array.MultiJsonArraySupport MultiNdjsonSupport MultiSseSupport MultiSupport NdjsonMulti<T> Just a wrapped to capture the fact that the items must be written with newline delimited JSON.Param Identifies a route method parameter that should be injected with a value returned fromHttpServerRequest.getParam(String).ReactiveRoutes Provides utility methods, mainly to handletext/event-streamresponses.ReactiveRoutes.ServerSentEvent<T> A class allowing to customized how the server sent events are written.ReactiveRoutesTestHttpProvider ResourceNotFoundHandler Lists all routes when no route matches the path in the dev mode.ResourceNotFoundRecorder Route This annotation can be used to configure a reactive route in a declarative way.Route.HandlerType Route.HttpMethod Represents an HTTP method.Route.Routes RouteBase Annotation used to configure some defaults for reactive routes declared on a class.RouteFilter This annotation is used to define a "filter", i.e.RouteHandler Handles invocation of a reactive route.RouteHandlers RouteMatcher RoutingExchange Convenient wrapper ofRoutingContext.RoutingExchangeImpl SSEMulti<T> Just a wrapped to capture the fact that the items must be written as SSE.UniFailureCallback ValidationSupport VertxWebRecorder