Package org.onosproject.routing
Interface RoutingService
-
public interface RoutingService
Historical interface now used only as a centralised place to define routing config related constants.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.Class<BgpConfig>
CONFIG_CLASS
static java.lang.String
ROUTER_APP_ID
static java.lang.Class<RouterConfig>
ROUTER_CONFIG_CLASS
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default void
nothing()
Empty method to pacify checkstyle.
-
-
-
Field Detail
-
ROUTER_APP_ID
static final java.lang.String ROUTER_APP_ID
- See Also:
- Constant Field Values
-
CONFIG_CLASS
static final java.lang.Class<BgpConfig> CONFIG_CLASS
-
ROUTER_CONFIG_CLASS
static final java.lang.Class<RouterConfig> ROUTER_CONFIG_CLASS
-
-