|
||||||||||
| 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 | |
|---|---|
Jetty9WebSocketHandler(org.eclipse.jetty.websocket.core.api.UpgradeRequest request,
AtmosphereFramework framework,
WebSocketProcessor webSocketProcessor)
|
|
JettyWebSocketHandler(AtmosphereRequest request,
AtmosphereFramework framework,
WebSocketProcessor webSocketProcessor)
|
|
TomcatWebSocketHandler(AtmosphereRequest request,
AtmosphereFramework framework,
WebSocketProcessor webSocketProcessor)
|
|
| Uses of AtmosphereFramework in org.atmosphere.cpr |
|---|
| Fields in org.atmosphere.cpr declared as AtmosphereFramework | |
|---|---|
protected AtmosphereFramework |
DefaultAnnotationProcessor.framework
|
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,
Broadcaster broadcaster,
List<AtmosphereInterceptor> l)
Add an AtmosphereHandler serviced by the Servlet
This API is exposed to allow embedding an Atmosphere application. |
AtmosphereFramework |
AtmosphereFramework.addAtmosphereHandler(String mapping,
AtmosphereHandler h,
List<AtmosphereInterceptor> l)
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.addAtmosphereHandler(String mapping,
AtmosphereHandler h,
String broadcasterId,
List<AtmosphereInterceptor> l)
Add an AtmosphereHandler serviced by the Servlet
This API is exposed to allow embedding an Atmosphere application. |
AtmosphereFramework |
AtmosphereFramework.addBroadcasterCacheInjector(BroadcasterCacheInspector b)
Add a BroadcasterCacheInspector which will be associated with the defined BroadcasterCache |
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.addBroadcastListener(BroadcasterListener b)
Add BroadcasterListener to all created Broadcaster |
AtmosphereFramework |
AtmosphereFramework.addInitParameter(String name,
String value)
Add init-param like if they were defined in web.xml |
AtmosphereFramework |
AtmosphereFramework.annotationProcessorClassName(String annotationProcessorClassName)
Set the AnnotationProcessor class name. |
AtmosphereFramework |
AtmosphereFramework.asyncSupportListener(AsyncSupportListener asyncSupportListener)
Add an AsyncSupportListener |
AtmosphereFramework |
AtmosphereFramework.configureRequestResponse(AtmosphereRequest req,
AtmosphereResponse res)
Configure some Attribute on the AtmosphereRequest |
AtmosphereFramework |
AtmosphereFramework.destroy()
|
AtmosphereFramework |
AtmosphereFramework.endPointMapper(EndpointMapper endpointMapper)
|
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.setLibPath(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(String webSocketProcessorClassName)
|
AtmosphereFramework |
AtmosphereFramework.setWebSocketProtocolClassName(String webSocketProtocolClassName)
|
| Methods in org.atmosphere.cpr with parameters of type AtmosphereFramework | |
|---|---|
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 |
| 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 | |
|---|---|
DefaultWebSocketProcessor(AtmosphereFramework framework)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||