Class RequestDispatcher
java.lang.Object
org.jboss.resteasy.plugins.server.vertx.RequestDispatcher
Deprecated, for removal: This API element is subject to removal in a future version.
use new dependencies
Helper/delegate class to unify Servlet and Filter dispatcher implementations
- Version:
- $Revision: 1 $
- Author:
- Bill Burke, Norman Maurer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final org.jboss.resteasy.core.SynchronousDispatcherDeprecated, for removal: This API element is subject to removal in a future version.protected final org.jboss.resteasy.plugins.server.embedded.SecurityDomainDeprecated, for removal: This API element is subject to removal in a future version.protected final ResteasyProviderFactoryDeprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ConstructorsConstructorDescriptionRequestDispatcher(org.jboss.resteasy.core.SynchronousDispatcher dispatcher, ResteasyProviderFactory providerFactory, org.jboss.resteasy.plugins.server.embedded.SecurityDomain domain) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected jakarta.ws.rs.core.SecurityContextauthenticate(HttpRequest request, HttpResponse response) Deprecated, for removal: This API element is subject to removal in a future version.org.jboss.resteasy.core.SynchronousDispatcherDeprecated, for removal: This API element is subject to removal in a future version.org.jboss.resteasy.plugins.server.embedded.SecurityDomainDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.voidservice(io.vertx.core.Context context, io.vertx.core.http.HttpServerRequest req, io.vertx.core.http.HttpServerResponse resp, HttpRequest vertxReq, HttpResponse vertxResp, boolean handleNotFound) Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Details
-
dispatcher
protected final org.jboss.resteasy.core.SynchronousDispatcher dispatcherDeprecated, for removal: This API element is subject to removal in a future version. -
providerFactory
Deprecated, for removal: This API element is subject to removal in a future version. -
domain
protected final org.jboss.resteasy.plugins.server.embedded.SecurityDomain domainDeprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Details
-
RequestDispatcher
public RequestDispatcher(org.jboss.resteasy.core.SynchronousDispatcher dispatcher, ResteasyProviderFactory providerFactory, org.jboss.resteasy.plugins.server.embedded.SecurityDomain domain) Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getDispatcher
public org.jboss.resteasy.core.SynchronousDispatcher getDispatcher()Deprecated, for removal: This API element is subject to removal in a future version. -
getDomain
public org.jboss.resteasy.plugins.server.embedded.SecurityDomain getDomain()Deprecated, for removal: This API element is subject to removal in a future version. -
getProviderFactory
Deprecated, for removal: This API element is subject to removal in a future version. -
service
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 Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
IOException
-
authenticate
protected jakarta.ws.rs.core.SecurityContext authenticate(HttpRequest request, HttpResponse response) throws IOException Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
IOException
-