Package dev.resteasy.vertx.server
package dev.resteasy.vertx.server
Internal implementation of the RESTEasy Vert.x embedded server.
This package contains the EmbeddedServer implementation and the
adapters bridging Vert.x HTTP requests and responses to the RESTEasy SPI. It is exported only to the CDI module,
which extends the server.
This package is not part of the public API and may change without notice. Users start the server
through the standard Jakarta REST SeBootstrap API and customize it through the public SPI in:
dev.resteasy.vertx.server.spi- Router customization SPI
- Since:
- 2.0
- See Also:
-
ClassesClassDescriptionEmbedded server implementation using Vert.x HTTP server with Vert.x Web
Router.Vert.x adapter that bridgesHttpServerResponseto RESTEasy'sHttpResponseSPI.