| Application |
Configures a custom Kos application.
|
| ConfigurationPlugin |
Allows external plugins to configures Kos.
|
| DeploymentContext |
A Kos deployment.
|
| ExceptionHandler |
Versatile exception handler abstraction.
|
| ImplementationLoader |
Loads implementations.
|
| KosConfiguration |
While Vert.x provides Json-based configuration out-of-box, it is not suitable
to configure Vert.x internals.
|
| PayloadSerializationStrategy |
Defines how Kos will handle the serialization and deserialization
for every received request.
|
| RequestHandler |
|
| RequestInterceptor |
|
| Response |
Represents a (mutable object) response to be sent to the http client.
|
| Serializer |
|
| StringConverter |
Abstracts how kos can convert strings (like Headers
and query parameters) into objects.
|
| WebServerEventListener |
Called by VertxWebServer, implementations of
this interface will have the opportunity to enhance or change
the web server configuration before it is started.
|