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.
-
Field Summary
Fields inherited from class NettyJaxrsServer
bootstrap, configuredPort, deployment, domain, hostname, root, runtimePort -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.CdiNettyJaxrsServer(jakarta.enterprise.inject.Instance<Object> instance) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected RequestDispatcherDeprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class NettyJaxrsServer
deploy, getDeployment, getHostname, getIdleTimeout, getPort, getSniConfiguration, setBacklog, setChannelHandlers, setChannelOptions, setChildChannelOptions, setDeployment, setExecutorThreadCount, setHostname, setHttpChannelHandlers, setIdleTimeout, setIoWorkerCount, setMaxChunkSize, setMaxHeaderSize, setMaxInitialLineLength, setMaxRequestSize, setPort, setRootResourcePath, setSecurityDomain, setSniConfiguration, setSSLContext, start, start, stop
-
Constructor Details
-
CdiNettyJaxrsServer
public CdiNettyJaxrsServer()Deprecated, for removal: This API element is subject to removal in a future version. -
CdiNettyJaxrsServer
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
createRequestDispatcher
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
createRequestDispatcherin classNettyJaxrsServer
-