Uses of Annotation Interface
org.jgrapes.http.annotation.RequestHandler
Packages that use RequestHandler
Package
Description
Provides components for building a HTTP server based on the
core and IO components.
Adds a special annotation for methods that handle
HTTP request events.
-
Uses of RequestHandler in org.jgrapes.http
Methods in org.jgrapes.http with annotations of type RequestHandlerModifier and TypeMethodDescriptionvoidStaticContentDispatcher.onGet(Request.In.Get event, IOSubchannel channel) Handles aGETrequest.voidLanguageSelector.onRequest(Request.In event) Associates the event with aLanguageSelector.Selectionobject usingSelection.classas association identifier.voidSessionManager.onRequest(Request.In event) Associates the event with aSessionobject usingSession.classas association identifier. -
Uses of RequestHandler in org.jgrapes.http.annotation
Constructors in org.jgrapes.http.annotation with parameters of type RequestHandlerModifierConstructorDescriptionScope(ComponentType component, Method method, RequestHandler annotation, Map<Class<? extends Channel>, Object[]> channelReplacements, String pattern) Instantiates a new scope.