Class StandardRoute$


  • public class StandardRoute$
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static StandardRoute$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      StandardRoute$()  
    • Field Detail

      • MODULE$

        public static final StandardRoute$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • StandardRoute$

        public StandardRoute$()
    • Method Detail

      • toDirective

        public <L> Directive<L> toDirective​(StandardRoute route,
                                            Tuple<L> evidence$2)
        Converts the StandardRoute into a directive that never passes the request to its inner route (and always returns its underlying route).
        Parameters:
        route - (undocumented)
        evidence$2 - (undocumented)
        Returns:
        (undocumented)