Class CdiRequestDispatcher
java.lang.Object
org.jboss.resteasy.plugins.server.netty.RequestDispatcher
org.jboss.resteasy.plugins.server.netty.cdi.CdiRequestDispatcher
@Deprecated(forRemoval=true,
since="6.2.13.Final")
@Vetoed
public class CdiRequestDispatcher
extends RequestDispatcher
Deprecated, for removal: This API element is subject to removal in a future version.
use the new dependencies
A request dispatcher that starts a RequestContext during invocation.
-
Field Summary
Fields inherited from class org.jboss.resteasy.plugins.server.netty.RequestDispatcher
dispatcher, domain, providerFactory
-
Constructor Summary
ConstructorsConstructorDescriptionCdiRequestDispatcher
(SynchronousDispatcher dispatcher, ResteasyProviderFactory providerFactory, SecurityDomain domain) Deprecated, for removal: This API element is subject to removal in a future version.CdiRequestDispatcher
(SynchronousDispatcher dispatcher, ResteasyProviderFactory providerFactory, SecurityDomain domain, jakarta.enterprise.inject.Instance<Object> cdi) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoid
service
(io.netty.channel.ChannelHandlerContext ctx, HttpRequest request, HttpResponse response, boolean handleNotFound) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class org.jboss.resteasy.plugins.server.netty.RequestDispatcher
getDispatcher, getDomain, getProviderFactory
-
Constructor Details
-
CdiRequestDispatcher
public CdiRequestDispatcher(SynchronousDispatcher dispatcher, ResteasyProviderFactory providerFactory, SecurityDomain domain) Deprecated, for removal: This API element is subject to removal in a future version. -
CdiRequestDispatcher
public CdiRequestDispatcher(SynchronousDispatcher dispatcher, ResteasyProviderFactory providerFactory, SecurityDomain domain, jakarta.enterprise.inject.Instance<Object> cdi) Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
service
public void service(io.netty.channel.ChannelHandlerContext ctx, HttpRequest request, HttpResponse response, boolean handleNotFound) throws IOException Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
service
in classRequestDispatcher
- Throws:
IOException
-