Package 

Class RoutingFetcher.Route

  • All Implemented Interfaces:

    
    public final class RoutingFetcher.Route
    
                        

    Holds a child fetcher and the predicate used to determine if it can answer a request.

    The default value for accepts means that the fetcher will accept any link.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Fetcher getFetcher()
      final Function1<Link, Boolean> getAccepts()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait