Uses of Interface
org.jboss.resteasy.plugins.server.embedded.EmbeddedJaxrsServer
Package
Description
-
Uses of EmbeddedJaxrsServer 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 EmbeddedJaxrsServer in org.jboss.resteasy.plugins.server.netty.cdi
-
Uses of EmbeddedJaxrsServer in org.jboss.resteasy.plugins.server.reactor.netty
-
Uses of EmbeddedJaxrsServer 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 EmbeddedJaxrsServer 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 EmbeddedJaxrsServer 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.