Class DatarouterLoadTestRouteSet

java.lang.Object
io.datarouter.web.dispatcher.BaseRouteSet
io.datarouter.loadtest.config.DatarouterLoadTestRouteSet
All Implemented Interfaces:
io.datarouter.web.dispatcher.RouteSet

@Singleton public class DatarouterLoadTestRouteSet extends io.datarouter.web.dispatcher.BaseRouteSet
  • Field Summary

    Fields inherited from class io.datarouter.web.dispatcher.BaseRouteSet

    MATCHING_ANY, REGEX_ONE_DIRECTORY, REGEX_TWO_DIRECTORY_PLUS
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected io.datarouter.web.dispatcher.DispatchRule
    applyDefault(io.datarouter.web.dispatcher.DispatchRule rule)
     

    Methods inherited from class io.datarouter.web.dispatcher.BaseRouteSet

    applyDefaultAndAdd, getDefaultHandlerClass, getDispatchRules, getUrlPrefix, handle, handle, handle, handleAnyPrefix, handleAnyStringAfterPath, handleDir, handleDir, handleLink, registerHandler

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • applyDefault

      protected io.datarouter.web.dispatcher.DispatchRule applyDefault(io.datarouter.web.dispatcher.DispatchRule rule)
      Overrides:
      applyDefault in class io.datarouter.web.dispatcher.BaseRouteSet