Uses of Interface
io.john.amiscaray.quak.web.handler.RequestHandler
Packages that use RequestHandler
-
Uses of RequestHandler in io.john.amiscaray.quak.web.controller
Methods in io.john.amiscaray.quak.web.controller that return RequestHandlerModifier and TypeMethodDescriptionPathController.requestHandler()SimplePathController.requestHandler()Returns the value of therequestHandlerrecord component.Constructors in io.john.amiscaray.quak.web.controller with parameters of type RequestHandlerModifierConstructorDescriptionSimplePathController(Class<T> requestBodyType, Class<U> responseBodyType, RequestHandler<T, U> requestHandler) Creates an instance of aSimplePathControllerrecord class. -
Uses of RequestHandler in io.john.amiscaray.quak.web.handler
Subinterfaces of RequestHandler in io.john.amiscaray.quak.web.handlerModifier and TypeInterfaceDescriptioninterfaceA function used to handle an HTTP request for a single path.