public abstract class RemoteHTTPHandler extends Object implements io.undertow.server.HttpHandler
| Constructor and Description |
|---|
RemoteHTTPHandler(ExecutorService executorService) |
| Modifier and Type | Method and 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) |
public RemoteHTTPHandler(ExecutorService executorService)
public final void handleRequest(io.undertow.server.HttpServerExchange exchange)
throws Exception
handleRequest in interface io.undertow.server.HttpHandlerExceptionprotected abstract void handleInternal(io.undertow.server.HttpServerExchange exchange)
throws Exception
Exceptionprotected org.wildfly.httpclient.ejb.RemoteHTTPHandler.ReceivedTransaction readTransaction(org.jboss.marshalling.Unmarshaller unmarshaller)
throws IOException
IOExceptionCopyright © 2021 JBoss by Red Hat. All rights reserved.