![]() |
Open Kilda Java Documentation
|
Public Member Functions | |
| ModelAndView | switchList (final HttpServletRequest request) |
| ModelAndView | switchDetails (final HttpServletRequest request) |
| ModelAndView | portDetails (final HttpServletRequest request) |
| ModelAndView | islList (final HttpServletRequest request) |
| ModelAndView | islDetails (final HttpServletRequest request) |
| List< SwitchInfo > | getSwitchesDetail () |
| List< IslLinkInfo > | getLinksDetail () |
| LinkProps | getLinkProps (final LinkProps keys) |
| String | updateLinkProps (@RequestBody final List< LinkProps > keys) |
| String | getSwitchRules (@PathVariable final String switchId) |
| ConfiguredPort | configureSwitchPort (@RequestBody final PortConfiguration configuration, @PathVariable final String switchId, @PathVariable final String port) |
Public Member Functions inherited from org.openkilda.controller.BaseController | |
| ModelAndView | validateAndRedirect (final HttpServletRequest request, final String viewName) |
| ModelAndView | error (final Model model) |
| String | getErrorPath () |
Additional Inherited Members | |
Protected Member Functions inherited from org.openkilda.controller.BaseController | |
| UserInfo | getLoggedInUser (final HttpServletRequest request) |
| boolean | isUserLoggedIn () |
The Class SwitchController.
Definition at line 37 of file SwitchController.java.
| ConfiguredPort org.openkilda.controller.SwitchController.configureSwitchPort | ( | @RequestBody final PortConfiguration | configuration, |
| @PathVariable final String | switchId, | ||
| @PathVariable final String | port | ||
| ) |
Configure switch port.
| configuration | the configuration |
| switchId | the switch id |
| port | the port |
Definition at line 184 of file SwitchController.java.
| List<IslLinkInfo> org.openkilda.controller.SwitchController.getLinksDetail | ( | ) |
Gets the links detail.
Definition at line 131 of file SwitchController.java.
| List<SwitchInfo> org.openkilda.controller.SwitchController.getSwitchesDetail | ( | ) |
Gets the switches detail.
Definition at line 119 of file SwitchController.java.
| String org.openkilda.controller.SwitchController.getSwitchRules | ( | @PathVariable final String | switchId | ) |
| ModelAndView org.openkilda.controller.SwitchController.islDetails | ( | final HttpServletRequest | request | ) |
Isl details.
| model | the model |
| request | the request |
Definition at line 107 of file SwitchController.java.
| ModelAndView org.openkilda.controller.SwitchController.islList | ( | final HttpServletRequest | request | ) |
Isl List.
| model | the model |
| request | the request |
Definition at line 95 of file SwitchController.java.
| ModelAndView org.openkilda.controller.SwitchController.portDetails | ( | final HttpServletRequest | request | ) |
Port details.
| model | the model |
| request | the request |
Definition at line 81 of file SwitchController.java.
| ModelAndView org.openkilda.controller.SwitchController.switchDetails | ( | final HttpServletRequest | request | ) |
Switch details.
| model | the model |
| request | the request |
Definition at line 68 of file SwitchController.java.
| ModelAndView org.openkilda.controller.SwitchController.switchList | ( | final HttpServletRequest | request | ) |
Switch list.
| model | the model |
| request | the request |
Definition at line 55 of file SwitchController.java.
| String org.openkilda.controller.SwitchController.updateLinkProps | ( | @RequestBody final List< LinkProps > | keys | ) |