Uses of Interface
org.jboss.resteasy.plugins.server.embedded.EmbeddedServer
Packages that use EmbeddedServer
Package
Description
-
Uses of EmbeddedServer in dev.resteasy.embedded.server
Classes in dev.resteasy.embedded.server that implement EmbeddedServerModifier and TypeClassDescriptionclass
AnEmbeddedServer
that uses Undertow and enables CDI support. -
Uses of EmbeddedServer in org.jboss.resteasy.bootstrap.test
Methods in org.jboss.resteasy.bootstrap.test that return types with arguments of type EmbeddedServerModifier and TypeMethodDescriptionprotected abstract Class
<? extends EmbeddedServer> SeBootstrapTest.getEmbeddedServerClass()
-
Uses of EmbeddedServer in org.jboss.resteasy.plugins.server.embedded
Classes in org.jboss.resteasy.plugins.server.embedded with type parameters of type EmbeddedServerModifier and TypeInterfaceDescriptioninterface
EmbeddedJaxrsServer<T extends EmbeddedServer>
Deprecated.Subinterfaces of EmbeddedServer in org.jboss.resteasy.plugins.server.embeddedModifier and TypeInterfaceDescriptioninterface
EmbeddedJaxrsServer<T extends EmbeddedServer>
Deprecated.Methods in org.jboss.resteasy.plugins.server.embedded that return EmbeddedServerModifier 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
Classes in org.jboss.resteasy.plugins.server.netty that implement EmbeddedServerModifier 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
Classes in org.jboss.resteasy.plugins.server.netty.cdi that implement EmbeddedServer -
Uses of EmbeddedServer in org.jboss.resteasy.plugins.server.reactor.netty
Classes in org.jboss.resteasy.plugins.server.reactor.netty that implement EmbeddedServer -
Uses of EmbeddedServer in org.jboss.resteasy.plugins.server.sun.http
Classes in org.jboss.resteasy.plugins.server.sun.http that implement EmbeddedServerModifier 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
Classes in org.jboss.resteasy.plugins.server.undertow that implement EmbeddedServerModifier 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
Classes in org.jboss.resteasy.plugins.server.vertx that implement EmbeddedServerModifier and TypeClassDescriptionclass
An HTTP server that sends back the content of the received HTTP request in a pretty plaintext form.