public abstract class RemoteHTTPHandler extends Object implements HttpHandler
Constructor and Description |
---|
RemoteHTTPHandler(ExecutorService executorService) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
handleInternal(HttpServerExchange exchange) |
void |
handleRequest(HttpServerExchange exchange)
Handle the request.
|
protected org.wildfly.httpclient.ejb.RemoteHTTPHandler.ReceivedTransaction |
readTransaction(Unmarshaller unmarshaller) |
public RemoteHTTPHandler(ExecutorService executorService)
public final void handleRequest(HttpServerExchange exchange) throws Exception
HttpHandler
handleRequest
in interface HttpHandler
exchange
- the HTTP request/response exchangeException
protected abstract void handleInternal(HttpServerExchange exchange) throws Exception
Exception
protected org.wildfly.httpclient.ejb.RemoteHTTPHandler.ReceivedTransaction readTransaction(Unmarshaller unmarshaller) throws IOException
IOException
Copyright © 2017 JBoss by Red Hat. All rights reserved.