Uses of Interface
name.martingeisse.grumpyrest.ComplexHandler
Packages that use ComplexHandler
-
Uses of ComplexHandler in name.martingeisse.grumpyrest
Methods in name.martingeisse.grumpyrest that return ComplexHandlerModifier and TypeMethodDescriptionRoute.handler()Returns the value of thehandlerrecord component.Methods in name.martingeisse.grumpyrest with parameters of type ComplexHandlerModifier and TypeMethodDescriptionvoidRestApi.addComplexRoute(HttpMethod method, String path, ComplexHandler handler) Adds a route to handle requests.voidRestApi.addComplexRoute(HttpMethod method, Path path, ComplexHandler handler) Adds a route to handle requests.Constructors in name.martingeisse.grumpyrest with parameters of type ComplexHandlerModifierConstructorDescriptionRoute(HttpMethod method, String path, ComplexHandler handler) This constructor specifies the path pattern as a string instead of aPathobject.Route(HttpMethod method, Path path, ComplexHandler handler) Standard constructor.