Uses of Class
com.swiftmq.swiftlet.routing.Route
-
Packages that use Route Package Description com.swiftmq.swiftlet.routing -
-
Uses of Route in com.swiftmq.swiftlet.routing
Methods in com.swiftmq.swiftlet.routing that return Route Modifier and Type Method Description Route
RoutingSwiftlet. getRoute(java.lang.String destination)
Returns a route for a remote router.Route[]
RoutingSwiftlet. getRoutes()
Returns all available routes.Methods in com.swiftmq.swiftlet.routing with parameters of type Route Modifier and Type Method Description protected void
RoutingSwiftlet. addRoute(Route route)
Adds a route.protected void
RoutingSwiftlet. removeRoute(Route route)
Removes a route.
-