Interface PipeRequestHandler


public interface PipeRequestHandler
Handler useful for managing all requests made through web-socket endpoints.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handle(Window window, HashGetter hashGetter)
    Manage the current request using the provided parameters.
  • Method Details

    • handle

      void handle(Window window, HashGetter hashGetter)
      Manage the current request using the provided parameters.
      Parameters:
      window - Window which is dispatching the current request.
      hashGetter - HashGetter containing all info useful to manage the current request.