Class PushAtmosphereHandler
- java.lang.Object
-
- org.atmosphere.handler.AbstractReflectorAtmosphereHandler
-
- com.vaadin.flow.server.communication.PushAtmosphereHandler
-
- All Implemented Interfaces:
Serializable,org.atmosphere.cpr.AtmosphereHandler,org.atmosphere.cpr.AtmosphereServletProcessor
public class PushAtmosphereHandler extends org.atmosphere.handler.AbstractReflectorAtmosphereHandler implements Serializable
Handles Atmosphere requests and forwards them to logical methods inPushHandler.For internal use only. May be renamed or removed in a future release.
- Since:
- 1.0
- Author:
- Vaadin Ltd
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PushAtmosphereHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonRequest(org.atmosphere.cpr.AtmosphereResource resource)voidonStateChange(org.atmosphere.cpr.AtmosphereResourceEvent event)voidsetPushHandler(PushHandler pushHandler)
-
-
-
Method Detail
-
setPushHandler
public void setPushHandler(PushHandler pushHandler)
-
onStateChange
public void onStateChange(org.atmosphere.cpr.AtmosphereResourceEvent event) throws IOException- Specified by:
onStateChangein interfaceorg.atmosphere.cpr.AtmosphereHandler- Overrides:
onStateChangein classorg.atmosphere.handler.AbstractReflectorAtmosphereHandler- Throws:
IOException
-
onRequest
public void onRequest(org.atmosphere.cpr.AtmosphereResource resource)
- Specified by:
onRequestin interfaceorg.atmosphere.cpr.AtmosphereHandler
-
-