Class JavalinOptionsRouteHandler
java.lang.Object
io.vertigo.vega.plugins.webservice.webserver.javalin.JavalinOptionsRouteHandler
- All Implemented Interfaces:
io.javalin.http.Handler
Handler of Options preflight request.
- Author:
- npiedeloup
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(io.javalin.http.Context ctx) voidFake method for prefligth Options request.
-
Method Details
-
unsupported
public void unsupported()Fake method for prefligth Options request. -
handle
public void handle(io.javalin.http.Context ctx) - Specified by:
handlein interfaceio.javalin.http.Handler
-