Package org.wildfly.httpclient.ejb
Class HttpDiscoveryHandler
- java.lang.Object
-
- org.wildfly.httpclient.ejb.RemoteHTTPHandler
-
- org.wildfly.httpclient.ejb.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(ExecutorService executorService, org.jboss.ejb.server.Association association)Deprecated.HttpDiscoveryHandler(ExecutorService executorService, org.jboss.ejb.server.Association association, HttpServiceConfig httpServiceConfig)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidhandleInternal(io.undertow.server.HttpServerExchange exchange)-
Methods inherited from class org.wildfly.httpclient.ejb.RemoteHTTPHandler
handleRequest, readTransaction
-
-
-
-
Constructor Detail
-
HttpDiscoveryHandler
@Deprecated public HttpDiscoveryHandler(ExecutorService executorService, org.jboss.ejb.server.Association association)
Deprecated.
-
HttpDiscoveryHandler
public HttpDiscoveryHandler(ExecutorService executorService, org.jboss.ejb.server.Association association, HttpServiceConfig httpServiceConfig)
-
-
Method Detail
-
handleInternal
protected void handleInternal(io.undertow.server.HttpServerExchange exchange) throws Exception- Specified by:
handleInternalin classRemoteHTTPHandler- Throws:
Exception
-
-