| Package | Description |
|---|---|
| org.atmosphere.container | |
| org.atmosphere.cpr | |
| org.atmosphere.websocket |
| Constructor and Description |
|---|
Jetty9WebSocketHandler(javax.servlet.http.HttpServletRequest request,
AtmosphereFramework framework,
WebSocketProcessor webSocketProcessor) |
JettyWebSocketHandler(AtmosphereRequest request,
AtmosphereFramework framework,
WebSocketProcessor webSocketProcessor) |
TomcatWebSocketHandler(AtmosphereRequest request,
AtmosphereFramework framework,
WebSocketProcessor webSocketProcessor) |
| Modifier and Type | Field and Description |
|---|---|
protected AtmosphereFramework |
AtmosphereServlet30.framework |
protected AtmosphereFramework |
AtmosphereServlet.framework |
| Modifier and Type | Method and Description |
|---|---|
AtmosphereFramework |
AtmosphereFramework.addAnnotationPackage(java.lang.Class<?> clazz)
Add support for package detecttion of Atmosphere's Component.
|
AtmosphereFramework |
AtmosphereFramework.addAtmosphereHandler(java.lang.String mapping,
AtmosphereHandler h)
Add an
AtmosphereHandler serviced by the Servlet
This API is exposed to allow embedding an Atmosphere application. |
AtmosphereFramework |
AtmosphereFramework.addAtmosphereHandler(java.lang.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(java.lang.String mapping,
AtmosphereHandler h,
Broadcaster broadcaster,
java.util.List<AtmosphereInterceptor> l)
Add an
AtmosphereHandler serviced by the Servlet
This API is exposed to allow embedding an Atmosphere application. |
AtmosphereFramework |
AtmosphereFramework.addAtmosphereHandler(java.lang.String mapping,
AtmosphereHandler h,
java.util.List<AtmosphereInterceptor> l)
Add an
AtmosphereHandler serviced by the Servlet
This API is exposed to allow embedding an Atmosphere application. |
AtmosphereFramework |
AtmosphereFramework.addAtmosphereHandler(java.lang.String mapping,
AtmosphereHandler h,
java.lang.String broadcasterId)
Add an
AtmosphereHandler serviced by the Servlet
This API is exposed to allow embedding an Atmosphere application. |
AtmosphereFramework |
AtmosphereFramework.addAtmosphereHandler(java.lang.String mapping,
AtmosphereHandler h,
java.lang.String broadcasterId,
java.util.List<AtmosphereInterceptor> l)
Add an
AtmosphereHandler serviced by the Servlet
This API is exposed to allow embedding an Atmosphere application. |
AtmosphereFramework |
AtmosphereFramework.addBroadcasterListener(BroadcasterListener b)
Add
BroadcasterListener to all created Broadcaster |
AtmosphereFramework |
AtmosphereFramework.addBroadcasterType(java.lang.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(java.lang.String name,
java.lang.String value)
Add init-param like if they were defined in web.xml
|
AtmosphereFramework |
AtmosphereFramework.annotationProcessorClassName(java.lang.String annotationProcessorClassName)
Set the
AnnotationProcessor class name. |
AtmosphereFramework |
AtmosphereFramework.asyncSupportListener(AsyncSupportListener asyncSupportListener)
Add an
AsyncSupportListener |
AtmosphereFramework |
AtmosphereFramework.destroy() |
AtmosphereFramework |
AtmosphereServlet30.framework() |
AtmosphereFramework |
AtmosphereServlet.framework() |
AtmosphereFramework |
AtmosphereConfig.framework() |
AtmosphereFramework |
AtmosphereFramework.init()
Initialize the AtmosphereFramework.
|
AtmosphereFramework |
AtmosphereFramework.init(javax.servlet.ServletConfig sc)
Initialize the AtmosphereFramework using the
ServletContext |
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(java.lang.String mapping)
Remove an
AtmosphereHandler |
AtmosphereFramework |
AtmosphereFramework.setAsyncSupport(AsyncSupport asyncSupport)
Set the
AsyncSupport implementation. |
AtmosphereFramework |
AtmosphereFramework.setAtmosphereDotXmlPath(java.lang.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(java.lang.String bccn)
Set the default
Broadcaster class name |
AtmosphereFramework |
AtmosphereFramework.setHandlersPath(java.lang.String handlersPath) |
AtmosphereFramework |
AtmosphereFramework.setLibPath(java.lang.String libPath)
Set the location of the jars containing the application.
|
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.setWebsocketProcessorClassName(java.lang.String webSocketProcessorClassName) |
AtmosphereFramework |
AtmosphereFramework.setWebSocketProtocolClassName(java.lang.String webSocketProtocolClassName) |
AtmosphereFramework |
AtmosphereFramework.shareExecutorServices(boolean sharedThreadPools)
Set to true to have a
ExecutorService shared amongst all components. |
| Modifier and Type | Method and Description |
|---|---|
AnnotationProcessor |
DefaultAnnotationProcessor.configure(AtmosphereFramework framework) |
AnnotationProcessor |
AnnotationProcessor.configure(AtmosphereFramework framework)
Configure this class with an instance of
AtmosphereFramework |
WebSocketProcessor |
WebSocketProcessorFactory.getWebSocketProcessor(AtmosphereFramework framework)
Return the
WebSocketProcessor |
| Constructor and Description |
|---|
AtmosphereConfig(AtmosphereFramework framework) |
| Constructor and Description |
|---|
DefaultWebSocketProcessor(AtmosphereFramework framework) |
Copyright © 2018. All Rights Reserved.