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.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.