Package de.gsi.acc.remote.util
Class CombinedHandler
- java.lang.Object
-
- de.gsi.acc.remote.util.CombinedHandler
-
- All Implemented Interfaces:
io.javalin.http.Handler
public class CombinedHandler extends java.lang.Object implements io.javalin.http.HandlerCombined GET and SSE request handler. N.B. This based on an original idea/implementation found in Javalin'sSseHandler.- Author:
- rstein
- See Also:
SseHandler
-
-
Constructor Summary
Constructors Constructor Description CombinedHandler(io.javalin.http.Handler getHandler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandle(io.javalin.http.Context ctx)
-