Uses of Interface
com.pixelservices.flash.components.http.routing.models.SimpleHandler
Packages that use SimpleHandler
Package
Description
-
Uses of SimpleHandler in com.pixelservices.flash.components
Methods in com.pixelservices.flash.components with parameters of type SimpleHandlerModifier and TypeMethodDescriptionvoidFlashServer.after(String endpoint, SimpleHandler handler) voidFlashServer.afterAfter(String endpoint, SimpleHandler handler) voidFlashServer.before(String endpoint, SimpleHandler handler) voidFlashServer.connect(String endpoint, SimpleHandler handler) voidFlashServer.delete(String endpoint, SimpleHandler handler) voidFlashServer.get(String endpoint, SimpleHandler handler) voidFlashServer.head(String endpoint, SimpleHandler handler) voidFlashServer.options(String endpoint, SimpleHandler handler) voidFlashServer.patch(String endpoint, SimpleHandler handler) voidFlashServer.post(String endpoint, SimpleHandler handler) voidFlashServer.put(String endpoint, SimpleHandler handler) voidFlashServer.registerRoute(HttpMethod method, String fullPath, SimpleHandler handler) voidFlashServer.registerRoute(HttpMethod method, String fullPath, SimpleHandler handler, HandlerType handlerType) voidFlashServer.trace(String endpoint, SimpleHandler handler) -
Uses of SimpleHandler in com.pixelservices.flash.components.http.routing.models
Methods in com.pixelservices.flash.components.http.routing.models that return SimpleHandlerMethods in com.pixelservices.flash.components.http.routing.models with parameters of type SimpleHandlerModifier and TypeMethodDescriptionvoidSimpleHandlerWrapper.setSimpleHandler(SimpleHandler simpleHandler)