Class RemoteHTTPHandler

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

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

      Constructors 
      Constructor Description
      RemoteHTTPHandler​(java.util.concurrent.ExecutorService executorService)  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      protected abstract void handleInternal​(io.undertow.server.HttpServerExchange exchange)  
      void handleRequest​(io.undertow.server.HttpServerExchange exchange)  
      protected org.wildfly.httpclient.ejb.RemoteHTTPHandler.ReceivedTransaction readTransaction​(org.jboss.marshalling.Unmarshaller unmarshaller)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RemoteHTTPHandler

        public RemoteHTTPHandler​(java.util.concurrent.ExecutorService executorService)
    • Method Detail

      • handleRequest

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

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

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