Class RequestDispatcher


  • public class RequestDispatcher
    extends Object
    Helper/delegate class to unify Servlet and Filter dispatcher implementations
    Version:
    $Revision: 1 $
    Author:
    Bill Burke, Norman Maurer
    • Field Detail

      • dispatcher

        protected final org.jboss.resteasy.core.SynchronousDispatcher dispatcher
      • domain

        protected final org.jboss.resteasy.plugins.server.embedded.SecurityDomain domain
    • Constructor Detail

      • RequestDispatcher

        public RequestDispatcher​(org.jboss.resteasy.core.SynchronousDispatcher dispatcher,
                                 ResteasyProviderFactory providerFactory,
                                 org.jboss.resteasy.plugins.server.embedded.SecurityDomain domain)
    • Method Detail

      • getDispatcher

        public org.jboss.resteasy.core.SynchronousDispatcher getDispatcher()
      • getDomain

        public org.jboss.resteasy.plugins.server.embedded.SecurityDomain getDomain()
      • 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
        Throws:
        IOException