Class RqFormSmart

  • All Implemented Interfaces:
    Body, Head, Request, RqForm

    public final class RqFormSmart
    extends Object
    implements RqForm
    Smart decorator, with extra features.

    The class is immutable and thread-safe.

    Since:
    0.33
    • Constructor Detail

      • RqFormSmart

        public RqFormSmart​(Request req)
        Ctor.
        Parameters:
        req - Original request
        Since:
        1.4
      • RqFormSmart

        public RqFormSmart​(RqForm req)
        Ctor.
        Parameters:
        req - Original request