Class RequestDispatcher
- java.lang.Object
-
- org.jboss.resteasy.plugins.server.vertx.RequestDispatcher
-
public class RequestDispatcher extends Object
Helper/delegate class to unify Servlet and Filter dispatcher implementations- Version:
- $Revision: 1 $
- Author:
- Bill Burke, Norman Maurer
-
-
Field Summary
Fields Modifier and Type Field Description protected SynchronousDispatcherdispatcherprotected SecurityDomaindomainprotected ResteasyProviderFactoryproviderFactory
-
Constructor Summary
Constructors Constructor Description RequestDispatcher(SynchronousDispatcher dispatcher, ResteasyProviderFactory providerFactory, SecurityDomain domain)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SynchronousDispatchergetDispatcher()SecurityDomaingetDomain()ResteasyProviderFactorygetProviderFactory()voidservice(io.vertx.core.Context context, io.vertx.core.http.HttpServerRequest req, io.vertx.core.http.HttpServerResponse resp, HttpRequest vertxReq, HttpResponse vertxResp, boolean handleNotFound)
-
-
-
Field Detail
-
dispatcher
protected final SynchronousDispatcher dispatcher
-
providerFactory
protected final ResteasyProviderFactory providerFactory
-
domain
protected final SecurityDomain domain
-
-
Constructor Detail
-
RequestDispatcher
public RequestDispatcher(SynchronousDispatcher dispatcher, ResteasyProviderFactory providerFactory, SecurityDomain domain)
-
-
Method Detail
-
getDispatcher
public SynchronousDispatcher getDispatcher()
-
getDomain
public SecurityDomain getDomain()
-
getProviderFactory
public ResteasyProviderFactory getProviderFactory()
-
service
public void service(io.vertx.core.Context context, io.vertx.core.http.HttpServerRequest req, io.vertx.core.http.HttpServerResponse resp, HttpRequest vertxReq, HttpResponse vertxResp, boolean handleNotFound) throws IOException- Throws:
IOException
-
-