Package overit.geocall.basic.bl.wsc
Interface PipeRequestHandler
public interface PipeRequestHandler
Handler useful for managing all requests made through web-socket endpoints.
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(Window window, HashGetter hashGetter) Manage the current request using the provided parameters.
-
Method Details
-
handle
Manage the current request using the provided parameters.- Parameters:
window-Windowwhich is dispatching the current request.hashGetter-HashGettercontaining all info useful to manage the current request.
-