Class HttpDiscoveryHandler

  • All Implemented Interfaces:
    io.undertow.server.HttpHandler

    public class HttpDiscoveryHandler
    extends RemoteHTTPHandler
    Http handler for discovery requests.
    Author:
    Tomasz Adamski
    • Constructor Summary

      Constructors 
      Constructor Description
      HttpDiscoveryHandler​(java.util.concurrent.ExecutorService executorService, org.jboss.ejb.server.Association association)
      Deprecated.
      HttpDiscoveryHandler​(java.util.concurrent.ExecutorService executorService, org.jboss.ejb.server.Association association, org.wildfly.httpclient.common.HttpServiceConfig httpServiceConfig)  
    • Constructor Detail

      • HttpDiscoveryHandler

        @Deprecated
        public HttpDiscoveryHandler​(java.util.concurrent.ExecutorService executorService,
                                    org.jboss.ejb.server.Association association)
        Deprecated.
      • HttpDiscoveryHandler

        public HttpDiscoveryHandler​(java.util.concurrent.ExecutorService executorService,
                                    org.jboss.ejb.server.Association association,
                                    org.wildfly.httpclient.common.HttpServiceConfig httpServiceConfig)
    • Method Detail

      • handleInternal

        protected void handleInternal​(io.undertow.server.HttpServerExchange exchange)
                               throws java.lang.Exception
        Specified by:
        handleInternal in class RemoteHTTPHandler
        Throws:
        java.lang.Exception