Class RemoteHTTPHandler

  • All Implemented Interfaces:
    io.undertow.server.HttpHandler
    Direct Known Subclasses:
    HttpDiscoveryHandler

    public abstract class RemoteHTTPHandler
    extends Object
    implements io.undertow.server.HttpHandler
    Undertow HTTP handler that is responsible for initial parsing of EJB over HTTP messages
    Author:
    Stuart Douglas
    • Constructor Detail

      • RemoteHTTPHandler

        public RemoteHTTPHandler​(ExecutorService executorService)
    • Method Detail

      • handleRequest

        public final void handleRequest​(io.undertow.server.HttpServerExchange exchange)
                                 throws Exception
        Specified by:
        handleRequest in interface io.undertow.server.HttpHandler
        Throws:
        Exception
      • handleInternal

        protected abstract void handleInternal​(io.undertow.server.HttpServerExchange exchange)
                                        throws Exception
        Throws:
        Exception
      • readTransaction

        protected org.wildfly.httpclient.ejb.RemoteHTTPHandler.ReceivedTransaction readTransaction​(org.jboss.marshalling.Unmarshaller unmarshaller)
                                                                                            throws IOException
        Throws:
        IOException