Class JmixVaadinServletService.JmixHeartbeatHandler

java.lang.Object
com.vaadin.server.SynchronizedRequestHandler
com.vaadin.server.communication.HeartbeatHandler
io.jmix.ui.sys.vaadin.JmixVaadinServletService.JmixHeartbeatHandler
All Implemented Interfaces:
com.vaadin.server.RequestHandler, com.vaadin.server.SessionExpiredHandler, Serializable
Enclosing class:
JmixVaadinServletService

protected static class JmixVaadinServletService.JmixHeartbeatHandler extends com.vaadin.server.communication.HeartbeatHandler
See Also:
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    synchronizedHandleRequest(com.vaadin.server.VaadinSession session, com.vaadin.server.VaadinRequest request, com.vaadin.server.VaadinResponse response)
     

    Methods inherited from class com.vaadin.server.communication.HeartbeatHandler

    canHandleRequest, handleSessionExpired

    Methods inherited from class com.vaadin.server.SynchronizedRequestHandler

    handleRequest

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.vaadin.server.RequestHandler

    handleRequest
  • Constructor Details

    • JmixHeartbeatHandler

      protected JmixHeartbeatHandler()
  • Method Details

    • synchronizedHandleRequest

      public boolean synchronizedHandleRequest(com.vaadin.server.VaadinSession session, com.vaadin.server.VaadinRequest request, com.vaadin.server.VaadinResponse response) throws IOException
      Overrides:
      synchronizedHandleRequest in class com.vaadin.server.communication.HeartbeatHandler
      Throws:
      IOException