Class InteractionsController

java.lang.Object
org.techbd.service.http.hub.prime.ux.InteractionsController

@Controller public class InteractionsController extends Object
  • Constructor Details

  • Method Details

    • observeInteractions

      @GetMapping("/interactions") public String observeInteractions()
    • httpsfhir

      @GetMapping("/interactions/httpsfhir") public String httpsfhir(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request)
    • httpsFailed

      @GetMapping("/interactions/httpsfailed") public String httpsFailed(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request)
    • sftp

      @GetMapping("/interactions/sftp") public String sftp(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request)
    • orchctl

      @GetMapping("/interactions/orchctl") public String orchctl(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request)
    • observeRecentSftpInteractions

      @GetMapping("/support/interaction/sftp/recent.json") @ResponseBody public List<?> observeRecentSftpInteractions(@RequestParam(defaultValue="10") int limitMostRecent)
    • https

      @GetMapping("/interactions/https") public String https(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request)
    • osberve

      @GetMapping("/interactions/observe") public String osberve(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request)
    • provenance

      @GetMapping("/interactions/provenance") public String provenance(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request)
    • user

      @GetMapping("/interactions/user") public String user(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request)