public class RequestDispatcher extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ClassLoader |
classLoader |
protected org.jboss.resteasy.core.SynchronousDispatcher |
dispatcher |
protected org.jboss.resteasy.plugins.server.embedded.SecurityDomain |
domain |
protected org.jboss.resteasy.spi.ResteasyProviderFactory |
providerFactory |
| Constructor and Description |
|---|
RequestDispatcher(org.jboss.resteasy.core.SynchronousDispatcher dispatcher,
org.jboss.resteasy.spi.ResteasyProviderFactory providerFactory,
org.jboss.resteasy.plugins.server.embedded.SecurityDomain domain,
ClassLoader classLoader) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.resteasy.core.SynchronousDispatcher |
getDispatcher() |
org.jboss.resteasy.plugins.server.embedded.SecurityDomain |
getDomain() |
org.jboss.resteasy.spi.ResteasyProviderFactory |
getProviderFactory() |
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) |
protected final org.jboss.resteasy.core.SynchronousDispatcher dispatcher
protected final org.jboss.resteasy.spi.ResteasyProviderFactory providerFactory
protected final org.jboss.resteasy.plugins.server.embedded.SecurityDomain domain
protected final ClassLoader classLoader
public RequestDispatcher(org.jboss.resteasy.core.SynchronousDispatcher dispatcher,
org.jboss.resteasy.spi.ResteasyProviderFactory providerFactory,
org.jboss.resteasy.plugins.server.embedded.SecurityDomain domain,
ClassLoader classLoader)
public org.jboss.resteasy.core.SynchronousDispatcher getDispatcher()
public org.jboss.resteasy.plugins.server.embedded.SecurityDomain getDomain()
public org.jboss.resteasy.spi.ResteasyProviderFactory getProviderFactory()
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)
throws IOException
IOExceptionCopyright © 2021 JBoss by Red Hat. All rights reserved.