| DefaultContextAttributesMemorizer |
|
| EmptyResponse |
|
| ExceptionHandler.DefaultExceptionHandler |
|
| HeaderParserStrategy |
|
| ImplementationLoader.SPIImplementationLoader |
|
| InterceptorWrapper |
|
| Kos |
Singleton class that holds kos context.
|
| Lang |
Utility methods internally used by Kos.
|
| Lang.Lazy<T> |
Wraps elements that should be load lazily to avoid issues
when loading them using Dependency Injection libraries other
than SPI.
|
| Lang.MapBuilder<K,V> |
Convenient HashMap builder.
|
| Lang.Result<T> |
|
| Launcher |
Simplified launcher wrapping Vert.x deployment of Verticles.
|
| LazyLogDelegate |
|
| RawResponse |
|
| Request |
Methods to read and parse data from the incoming request.
|
| RequestInterceptorHandler |
|
| SerializableResponse<T> |
|
| Serializer.JsonSerializer |
|
| Serializer.PlainTextSerializer |
|
| SimplifiedRouter |
Small layer over Router that aims to simplify a few common
aspects regarding route configuration, like intercepting requests
and the reading body requests in a POST, PUT and PATCH requests.
|
| SimplifiedRouter.SafeRoutingContextHandler |
|
| SingleSerializerStrategy |
|
| StringConverter.DefaultStringConverter |
|
| VertxWebServer |
Abstracts the creation of a Vert.x web server, automating a few
repetitive tasks, automatically loading routes if available,
and avoiding common mistakes made during the application bootstrap.
|
| VertxWebServerInjectorFactory |
|
| WebServerEventListener.BeforeDeployEvent |
Data available before deploy the web server.
|