public class PushServlet
extends org.atmosphere.cpr.AtmosphereServlet
PushServlet
is responsible for installing the AtmosphereFramework
and bridge
the PrimeFaces runtime with Atmosphere's components.Constructor and 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 and 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, newAtmosphereFramework
public PushServlet()
public PushServlet(boolean isFilter)
isFilter
- true if this instance is used as an AtmosphereFilter
public PushServlet(boolean isFilter, boolean autoDetectHandlers)
isFilter
- true if this instance is used as an AtmosphereFilter
autoDetectHandlers
- protected PushServlet configureFramework(javax.servlet.ServletConfig sc) throws javax.servlet.ServletException
configureFramework
in class org.atmosphere.cpr.AtmosphereServlet
javax.servlet.ServletException
protected void configureMetaBroadcasterCache(org.atmosphere.cpr.AtmosphereFramework framework)
Copyright © 2015. All rights reserved.