Uses of Interface
org.jboss.resteasy.plugins.server.embedded.EmbeddedJaxrsServer
-
-
Uses of EmbeddedJaxrsServer in org.jboss.resteasy.embedded.test
Methods in org.jboss.resteasy.embedded.test that return EmbeddedJaxrsServer Modifier and Type Method Description static EmbeddedJaxrsServer
EmbeddedServerTestBase. getServer()
-
Uses of EmbeddedJaxrsServer in org.jboss.resteasy.plugins.server.netty
Classes in org.jboss.resteasy.plugins.server.netty that implement EmbeddedJaxrsServer Modifier and Type Class Description class
NettyJaxrsServer
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 Modifier and Type Class Description class
CdiNettyJaxrsServer
A CDI aware Netty Jaxrs Server. -
Uses of EmbeddedJaxrsServer in org.jboss.resteasy.plugins.server.reactor.netty
Classes in org.jboss.resteasy.plugins.server.reactor.netty that implement EmbeddedJaxrsServer Modifier and Type Class Description class
ReactorNettyJaxrsServer
A server adapter built on top of reactor-netty. -
Uses of EmbeddedJaxrsServer in org.jboss.resteasy.plugins.server.sun.http
Classes in org.jboss.resteasy.plugins.server.sun.http that implement EmbeddedJaxrsServer Modifier and Type Class Description class
SunHttpJaxrsServer
com.sun.net.httpserver.HttpServer adapter for Resteasy. -
Uses of EmbeddedJaxrsServer in org.jboss.resteasy.plugins.server.undertow
Classes in org.jboss.resteasy.plugins.server.undertow that implement EmbeddedJaxrsServer Modifier and Type Class Description class
UndertowJaxrsServer
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.undertow.spring
Classes in org.jboss.resteasy.plugins.server.undertow.spring that implement EmbeddedJaxrsServer Modifier and Type Class Description class
UndertowJaxrsSpringServer
-
Uses of EmbeddedJaxrsServer in org.jboss.resteasy.plugins.server.vertx
Classes in org.jboss.resteasy.plugins.server.vertx that implement EmbeddedJaxrsServer Modifier and Type Class Description class
VertxJaxrsServer
An HTTP server that sends back the content of the received HTTP request in a pretty plaintext form.
-