We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.hilla.push.
Package com.vaadin.hilla.push
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 Summary
Modifier and TypeMethodDescriptionvoid
onRequest
(org.atmosphere.cpr.AtmosphereResource resource) void
onStateChange
(org.atmosphere.cpr.AtmosphereResourceEvent event) Methods inherited from class org.atmosphere.handler.AtmosphereHandlerAdapter
destroy
-
Method Details
-
onRequest
Specified by:
onRequest
in interfaceorg.atmosphere.cpr.AtmosphereHandler
Overrides:
onRequest
in classorg.atmosphere.handler.AtmosphereHandlerAdapter
Throws:
-
onStateChange
Specified by:
onStateChange
in interfaceorg.atmosphere.cpr.AtmosphereHandler
Overrides:
onStateChange
in classorg.atmosphere.handler.AtmosphereHandlerAdapter
Throws:
-