public class RestxRequestDispatcher extends Object
| Modifier and Type | Field and Description |
|---|---|
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 |
|---|
RestxRequestDispatcher(org.jboss.resteasy.core.SynchronousDispatcher dispatcher,
org.jboss.resteasy.spi.ResteasyProviderFactory providerFactory,
org.jboss.resteasy.plugins.server.embedded.SecurityDomain domain) |
| 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.ext.web.RoutingContext routingContext,
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
public RestxRequestDispatcher(org.jboss.resteasy.core.SynchronousDispatcher dispatcher,
org.jboss.resteasy.spi.ResteasyProviderFactory providerFactory,
org.jboss.resteasy.plugins.server.embedded.SecurityDomain domain)
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.ext.web.RoutingContext routingContext,
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 © 2016 DevCon5 GmbH. All rights reserved.