Class PushEndpoint

java.lang.Object
org.atmosphere.handler.AtmosphereHandlerAdapter
com.vaadin.hilla.push.PushEndpoint
All Implemented Interfaces:
org.atmosphere.cpr.AtmosphereHandler

public class PushEndpoint extends org.atmosphere.handler.AtmosphereHandlerAdapter
Sets up and configures the push channel.
  • Method Details

    • onRequest

      public void onRequest(org.atmosphere.cpr.AtmosphereResource resource) throws IOException
      Specified by:
      onRequest in interface org.atmosphere.cpr.AtmosphereHandler
      Overrides:
      onRequest in class org.atmosphere.handler.AtmosphereHandlerAdapter
      Throws:
      IOException
    • onStateChange

      public void onStateChange(org.atmosphere.cpr.AtmosphereResourceEvent event) throws IOException
      Specified by:
      onStateChange in interface org.atmosphere.cpr.AtmosphereHandler
      Overrides:
      onStateChange in class org.atmosphere.handler.AtmosphereHandlerAdapter
      Throws:
      IOException