|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AtmosphereFramework | |
|---|---|
| org.atmosphere.container | |
| org.atmosphere.cpr | |
| org.atmosphere.websocket | |
| Uses of AtmosphereFramework in org.atmosphere.container |
|---|
| Constructors in org.atmosphere.container with parameters of type AtmosphereFramework | |
|---|---|
JettyWebSocketHandler(AtmosphereRequest request,
AtmosphereFramework framework,
WebSocketProtocol webSocketProtocol)
|
|
TomcatWebSocketHandler(AtmosphereRequest request,
AtmosphereFramework framework,
WebSocketProtocol webSocketProtocol)
|
|
| Uses of AtmosphereFramework in org.atmosphere.cpr |
|---|
| Fields in org.atmosphere.cpr declared as AtmosphereFramework | |
|---|---|
protected AtmosphereFramework |
AtmosphereServlet.framework
|
| Methods in org.atmosphere.cpr that return AtmosphereFramework | |
|---|---|
AtmosphereFramework |
AtmosphereFramework.addAtmosphereHandler(String mapping,
AtmosphereHandler h)
Add an AtmosphereHandler serviced by the Servlet
This API is exposed to allow embedding an Atmosphere application. |
AtmosphereFramework |
AtmosphereFramework.addAtmosphereHandler(String mapping,
AtmosphereHandler h,
Broadcaster broadcaster)
Add an AtmosphereHandler serviced by the Servlet
This API is exposed to allow embedding an Atmosphere application. |
AtmosphereFramework |
AtmosphereFramework.addAtmosphereHandler(String mapping,
AtmosphereHandler h,
String broadcasterId)
Add an AtmosphereHandler serviced by the Servlet
This API is exposed to allow embedding an Atmosphere application. |
AtmosphereFramework |
AtmosphereFramework.addBroadcasterType(String broadcasterTypeString)
Add a new Broadcaster class name AtmosphereServlet can use when initializing requests, and when atmosphere.xml broadcaster element is unspecified. |
AtmosphereFramework |
AtmosphereFramework.addInitParameter(String name,
String value)
Add init-param like if they were defined in web.xml |
AtmosphereFramework |
AtmosphereFramework.destroy()
|
AtmosphereFramework |
AtmosphereServlet.framework()
|
AtmosphereFramework |
AtmosphereConfig.framework()
|
AtmosphereFramework |
AtmosphereFramework.init(javax.servlet.ServletConfig sc)
Load the AtmosphereHandler associated with this AtmosphereServlet. |
AtmosphereFramework |
AtmosphereFramework.interceptor(AtmosphereInterceptor c)
Add an AtmosphereInterceptor implementation. |
AtmosphereFramework |
AtmosphereFramework.removeAllAtmosphereHandler()
Remove all AtmosphereHandler |
AtmosphereFramework |
AtmosphereFramework.removeAllInitParams()
Remove all init parameters. |
AtmosphereFramework |
AtmosphereFramework.removeAtmosphereHandler(String mapping)
Remove an AtmosphereHandler |
AtmosphereFramework |
AtmosphereFramework.setAsyncSupport(AsyncSupport asyncSupport)
Set the AsyncSupport implementation. |
AtmosphereFramework |
AtmosphereFramework.setAtmosphereDotXmlPath(String atmosphereDotXmlPath)
|
AtmosphereFramework |
AtmosphereFramework.setBroadcasterFactory(BroadcasterFactory broadcasterFactory)
Set the BroadcasterFactory which is used by Atmosphere to construct
Broadcaster |
AtmosphereFramework |
AtmosphereFramework.setCometSupport(AsyncSupport asyncSupport)
|
AtmosphereFramework |
AtmosphereFramework.setDefaultBroadcasterClassName(String bccn)
Set the default Broadcaster class name |
AtmosphereFramework |
AtmosphereFramework.setHandlersPath(String handlersPath)
|
AtmosphereFramework |
AtmosphereFramework.setUseBlockingImplementation(boolean useBlockingImplementation)
|
AtmosphereFramework |
AtmosphereFramework.setUseNativeImplementation(boolean useNativeImplementation)
|
AtmosphereFramework |
AtmosphereFramework.setUseStreamForFlushingComments(boolean useStreamForFlushingComments)
Set to true so Atmosphere uses AtmosphereResponse.getOutputStream()
by default for write operation. |
AtmosphereFramework |
AtmosphereFramework.setWebSocketProtocolClassName(String webSocketProtocolClassName)
|
| Constructors in org.atmosphere.cpr with parameters of type AtmosphereFramework | |
|---|---|
AtmosphereConfig(AtmosphereFramework framework)
|
|
| Uses of AtmosphereFramework in org.atmosphere.websocket |
|---|
| Constructors in org.atmosphere.websocket with parameters of type AtmosphereFramework | |
|---|---|
WebSocketProcessor(AtmosphereFramework framework,
WebSocket webSocket,
WebSocketProtocol webSocketProtocol)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||