Class RequestDispatcher
java.lang.Object
io.quarkus.resteasy.runtime.standalone.RequestDispatcher
Helper/delegate class to unify Servlet and Filter dispatcher implementations
- Version:
- $Revision: 1 $
- Author:
- Bill Burke, Norman Maurer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final ClassLoaderprotected final org.jboss.resteasy.core.SynchronousDispatcherprotected final org.jboss.resteasy.plugins.server.embedded.SecurityDomainprotected final org.jboss.resteasy.spi.ResteasyProviderFactory -
Constructor Summary
ConstructorsConstructorDescriptionRequestDispatcher(org.jboss.resteasy.core.SynchronousDispatcher dispatcher, org.jboss.resteasy.spi.ResteasyProviderFactory providerFactory, org.jboss.resteasy.plugins.server.embedded.SecurityDomain domain, ClassLoader classLoader) -
Method Summary
Modifier and TypeMethodDescriptionorg.jboss.resteasy.core.SynchronousDispatcherorg.jboss.resteasy.plugins.server.embedded.SecurityDomainorg.jboss.resteasy.spi.ResteasyProviderFactoryvoidservice(io.vertx.core.Context context, io.vertx.core.http.HttpServerRequest req, io.vertx.core.http.HttpServerResponse resp, org.jboss.resteasy.spi.HttpRequest vertxReq, org.jboss.resteasy.spi.HttpResponse vertxResp, boolean handleNotFound, Throwable throwable)
-
Field Details
-
dispatcher
protected final org.jboss.resteasy.core.SynchronousDispatcher dispatcher -
providerFactory
protected final org.jboss.resteasy.spi.ResteasyProviderFactory providerFactory -
domain
protected final org.jboss.resteasy.plugins.server.embedded.SecurityDomain domain -
classLoader
-
-
Constructor Details
-
RequestDispatcher
public RequestDispatcher(org.jboss.resteasy.core.SynchronousDispatcher dispatcher, org.jboss.resteasy.spi.ResteasyProviderFactory providerFactory, org.jboss.resteasy.plugins.server.embedded.SecurityDomain domain, ClassLoader classLoader)
-
-
Method Details
-
getDispatcher
public org.jboss.resteasy.core.SynchronousDispatcher getDispatcher() -
getDomain
public org.jboss.resteasy.plugins.server.embedded.SecurityDomain getDomain() -
getProviderFactory
public org.jboss.resteasy.spi.ResteasyProviderFactory getProviderFactory() -
service
public void service(io.vertx.core.Context context, io.vertx.core.http.HttpServerRequest req, io.vertx.core.http.HttpServerResponse resp, org.jboss.resteasy.spi.HttpRequest vertxReq, org.jboss.resteasy.spi.HttpResponse vertxResp, boolean handleNotFound, Throwable throwable) throws IOException - Throws:
IOException
-