Interface RqRegex

  • All Superinterfaces:
    Body, Head, Request
    All Known Implementing Classes:
    RqRegex.Fake

    public interface RqRegex
    extends Request
    Request with a matcher of URI.

    All implementations of this interface must be immutable and thread-safe.

    Since:
    0.1
    See Also:
    FkRegex
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  RqRegex.Fake
      Fake implementation, for unit tests mostly.
    • Method Detail

      • matcher

        Matcher matcher()
        Get matcher of query string.
        Returns:
        Matcher