Class HttpSyncActorAdaptorHandler
java.lang.Object
org.nustaq.kontraktor.remoting.http.undertow.HttpSyncActorAdaptorHandler
- All Implemented Interfaces:
io.undertow.server.HttpHandler
public class HttpSyncActorAdaptorHandler extends Object implements io.undertow.server.HttpHandler
Created by ruedi on 03/09/15.
can be used to use an actor to handle special request synchronously (e.g. user registration links clicked
from an email)
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceHttpSyncActorAdaptorHandler.AsyncHttpHandler -
Constructor Summary
Constructors Constructor Description HttpSyncActorAdaptorHandler(HttpSyncActorAdaptorHandler.AsyncHttpHandler asyncHandler) -
Method Summary
Modifier and Type Method Description HttpSyncActorAdaptorHandler.AsyncHttpHandlergetAsyncHandler()voidhandleRequest(io.undertow.server.HttpServerExchange exchange)
-
Constructor Details
-
Method Details
-
handleRequest
- Specified by:
handleRequestin interfaceio.undertow.server.HttpHandler- Throws:
Exception
-
getAsyncHandler
-