public class RequestDispatcher extends Object
Modifier and Type | Field and Description |
---|---|
protected SynchronousDispatcher |
dispatcher |
protected SecurityDomain |
domain |
protected ResteasyProviderFactory |
providerFactory |
Constructor and Description |
---|
RequestDispatcher(SynchronousDispatcher dispatcher,
ResteasyProviderFactory providerFactory,
SecurityDomain domain) |
Modifier and Type | Method and Description |
---|---|
SynchronousDispatcher |
getDispatcher() |
SecurityDomain |
getDomain() |
ResteasyProviderFactory |
getProviderFactory() |
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) |
protected final SynchronousDispatcher dispatcher
protected final ResteasyProviderFactory providerFactory
protected final SecurityDomain domain
public RequestDispatcher(SynchronousDispatcher dispatcher, ResteasyProviderFactory providerFactory, SecurityDomain domain)
public SynchronousDispatcher getDispatcher()
public SecurityDomain getDomain()
public ResteasyProviderFactory getProviderFactory()
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
IOException
Copyright © 2018 JBoss by Red Hat. All rights reserved.