public class PluginRequestDispatcher
extends org.jboss.resteasy.plugins.server.vertx.RequestDispatcher
| Constructor and Description |
|---|
PluginRequestDispatcher(org.jboss.resteasy.core.SynchronousDispatcher dispatcher,
org.jboss.resteasy.spi.ResteasyProviderFactory providerFactory,
org.jboss.resteasy.plugins.server.embedded.SecurityDomain domain,
List<Plugin> plugins) |
| Modifier and Type | Method and Description |
|---|---|
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) |
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
service in class org.jboss.resteasy.plugins.server.vertx.RequestDispatcherIOExceptionCopyright © 2018. All rights reserved.