Uses of Interface
net.risingworld.api.callbacks.WebserverHandler
Packages that use WebserverHandler
-
Uses of WebserverHandler in net.risingworld.api
Methods in net.risingworld.api with parameters of type WebserverHandlerModifier and TypeMethodDescriptionfinal voidPlugin.registerWebserverHandler(String path, WebserverHandler handler) Registers a webserver route handler for this plugin, providing a callback which is invoked directly whenever a matching HTTP request is received (similar toPlugin.registerWebserverHandler(String), but without the need to register a separate event listener and filter the request path manually).