Annotation Type MaximumRequestBodyLength


@Retention(RUNTIME) @Target(TYPE) public @interface MaximumRequestBodyLength
Annotation which can appear on an Acteur with the @HttpCall annotation or on a Page with that annotation. Specifies a maximum length for the request body, which is computed without necessarily parsing that body.
Author:
Tim Boudreau
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    int
     
  • Element Details

    • value

      int value