Uses of Interface
org.jboss.resteasy.plugins.server.embedded.EmbeddedServer
Package
Description
-
Uses of EmbeddedServer in dev.resteasy.embedded.server
Modifier and TypeClassDescriptionclass
AnEmbeddedServer
that uses Undertow and enables CDI support. -
Uses of EmbeddedServer in org.jboss.resteasy.bootstrap.test
Modifier and TypeMethodDescriptionprotected abstract Class
<? extends EmbeddedServer> SeBootstrapTest.getEmbeddedServerClass()
-
Uses of EmbeddedServer in org.jboss.resteasy.plugins.server.embedded
Modifier and TypeInterfaceDescriptioninterface
EmbeddedJaxrsServer<T extends EmbeddedServer>
Deprecated.Modifier and TypeInterfaceDescriptioninterface
EmbeddedJaxrsServer<T extends EmbeddedServer>
Deprecated.Modifier and TypeMethodDescriptionstatic EmbeddedServer
EmbeddedServers.findServer()
Attempts to find the server first via a service loader.static EmbeddedServer
EmbeddedServers.findServer
(jakarta.ws.rs.SeBootstrap.Configuration configuration) Attempts to find the server first in the configuration, then via a service loader. -
Uses of EmbeddedServer in org.jboss.resteasy.plugins.server.netty
Modifier and TypeClassDescriptionclass
An HTTP server that sends back the content of the received HTTP request in a pretty plaintext form. -
Uses of EmbeddedServer in org.jboss.resteasy.plugins.server.netty.cdi
-
Uses of EmbeddedServer in org.jboss.resteasy.plugins.server.reactor.netty
-
Uses of EmbeddedServer in org.jboss.resteasy.plugins.server.sun.http
Modifier and TypeClassDescriptionclass
Deprecated.Prefer using a different implementation as this relies on JDK implementation details -
Uses of EmbeddedServer in org.jboss.resteasy.plugins.server.undertow
Modifier and TypeClassDescriptionclass
Wrapper around Undertow to make resteasy deployments easier Each ResteasyDeployment or jaxrs Application is deployed under its own web deployment (WAR) You may also deploy after the server has started. -
Uses of EmbeddedServer in org.jboss.resteasy.plugins.server.vertx
Modifier and TypeClassDescriptionclass
An HTTP server that sends back the content of the received HTTP request in a pretty plaintext form.