Class CA1HandlerFallback
java.lang.Object
com.io7m.cardant.server.http.CAHTTPHandlerFunctional
com.io7m.cardant.server.inventory.v1.internal.CA1HandlerFallback
- All Implemented Interfaces:
io.helidon.webserver.http.Handler,io.helidon.webserver.ServerLifecycle
A fallback servlet.
-
Constructor Summary
ConstructorsConstructorDescriptionCA1HandlerFallback(com.io7m.repetoir.core.RPServiceDirectoryType services) A fallback servlet. -
Method Summary
Methods inherited from class com.io7m.cardant.server.http.CAHTTPHandlerFunctional
handleMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.helidon.webserver.ServerLifecycle
afterStart, afterStop, beforeStart
-
Constructor Details
-
CA1HandlerFallback
public CA1HandlerFallback(com.io7m.repetoir.core.RPServiceDirectoryType services) A fallback servlet.- Parameters:
services- The services
-