Serializablepublic class PushServlet
extends org.atmosphere.cpr.AtmosphereServlet
PushServlet is responsible for installing the AtmosphereFramework and bridge
the PrimeFaces runtime with Atmosphere's components.| Constructor | Description |
|---|---|
PushServlet() |
Create an Atmosphere Servlet.
|
PushServlet(boolean isFilter) |
Create an Atmosphere Servlet.
|
PushServlet(boolean isFilter,
boolean autoDetectHandlers) |
Create an Atmosphere Servlet.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected PushServlet |
configureFramework(javax.servlet.ServletConfig sc) |
|
protected void |
configureMetaBroadcasterCache(org.atmosphere.cpr.AtmosphereFramework framework) |
configureFramework, destroy, doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, framework, init, newAtmosphereFrameworkpublic PushServlet()
public PushServlet(boolean isFilter)
isFilter - true if this instance is used as an AtmosphereFilterpublic PushServlet(boolean isFilter,
boolean autoDetectHandlers)
isFilter - true if this instance is used as an AtmosphereFilterautoDetectHandlers - protected PushServlet configureFramework(javax.servlet.ServletConfig sc) throws javax.servlet.ServletException
configureFramework in class org.atmosphere.cpr.AtmosphereServletjavax.servlet.ServletExceptionprotected void configureMetaBroadcasterCache(org.atmosphere.cpr.AtmosphereFramework framework)
Copyright © 2018. All rights reserved.