Uses of Interface
org.jboss.resteasy.plugins.server.embedded.EmbeddedJaxrsServer
Packages that use EmbeddedJaxrsServer
Package
Description
-
Uses of EmbeddedJaxrsServer in org.jboss.resteasy.plugins.server.netty
Classes in org.jboss.resteasy.plugins.server.netty that implement EmbeddedJaxrsServerModifier and TypeClassDescriptionclass
An HTTP server that sends back the content of the received HTTP request in a pretty plaintext form. -
Uses of EmbeddedJaxrsServer in org.jboss.resteasy.plugins.server.netty.cdi
Classes in org.jboss.resteasy.plugins.server.netty.cdi that implement EmbeddedJaxrsServer -
Uses of EmbeddedJaxrsServer in org.jboss.resteasy.plugins.server.reactor.netty
Classes in org.jboss.resteasy.plugins.server.reactor.netty that implement EmbeddedJaxrsServer -
Uses of EmbeddedJaxrsServer in org.jboss.resteasy.plugins.server.sun.http
Classes in org.jboss.resteasy.plugins.server.sun.http that implement EmbeddedJaxrsServerModifier and TypeClassDescriptionclass
Deprecated.Prefer using a different implementation as this relies on JDK implementation details -
Uses of EmbeddedJaxrsServer in org.jboss.resteasy.plugins.server.undertow
Classes in org.jboss.resteasy.plugins.server.undertow that implement EmbeddedJaxrsServerModifier 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 EmbeddedJaxrsServer in org.jboss.resteasy.plugins.server.vertx
Classes in org.jboss.resteasy.plugins.server.vertx that implement EmbeddedJaxrsServerModifier and TypeClassDescriptionclass
An HTTP server that sends back the content of the received HTTP request in a pretty plaintext form.