Class CdiNettyJaxrsServer

java.lang.Object
org.jboss.resteasy.plugins.server.netty.NettyJaxrsServer
org.jboss.resteasy.plugins.server.netty.cdi.CdiNettyJaxrsServer
All Implemented Interfaces:
EmbeddedJaxrsServer<NettyJaxrsServer>, EmbeddedServer

@Deprecated(forRemoval=true, since="6.2.13.Final") @Dependent public class CdiNettyJaxrsServer extends NettyJaxrsServer
Deprecated, for removal: This API element is subject to removal in a future version.
use the new dependencies
A CDI aware Netty Jaxrs Server.
  • Constructor Details

    • CdiNettyJaxrsServer

      public CdiNettyJaxrsServer()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • CdiNettyJaxrsServer

      public CdiNettyJaxrsServer(jakarta.enterprise.inject.Instance<Object> instance)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details