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 EmbeddedJaxrsServerEmbeddedServerTestBase. 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 classNettyJaxrsServerAn 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 classCdiNettyJaxrsServerA 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 classReactorNettyJaxrsServerA 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 classSunHttpJaxrsServercom.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 classUndertowJaxrsServerWrapper 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 EmbeddedJaxrsServer Modifier and Type Class Description classVertxJaxrsServerAn HTTP server that sends back the content of the received HTTP request in a pretty plaintext form.
-