Interface GeneratedHandler

All Superinterfaces:
Handler, ServerLifecycle

@Deprecated(since="4.0.0") @Contract public interface GeneratedHandler extends Handler
Deprecated.
please do not use directly, designed for generated code
This class is only used by generated code.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    HTTP Method of this handler.
    Deprecated.
    Path this handler should be registered at.

    Methods inherited from interface io.helidon.webserver.http.Handler

    handle

    Methods inherited from interface io.helidon.webserver.ServerLifecycle

    afterStop, beforeStart
  • Method Details

    • method

      Method method()
      Deprecated.
      HTTP Method of this handler.
      Returns:
      method
    • path

      String path()
      Deprecated.
      Path this handler should be registered at.
      Returns:
      path, may include path parameter (template)