Class KeepAliveSessionController
java.lang.Object
org.diabetestechnology.drh.service.http.hub.prime.ux.KeepAliveSessionController
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<?> keepSessionAlive
(jakarta.servlet.http.HttpSession session)
-
Constructor Details
-
KeepAliveSessionController
public KeepAliveSessionController()
-
-
Method Details
-
keepSessionAlive
@PutMapping("/keep-alive") public org.springframework.http.ResponseEntity<?> keepSessionAlive(jakarta.servlet.http.HttpSession session)
-