| Package | Description |
|---|---|
| org.atmosphere.annotation | |
| org.atmosphere.container | |
| org.atmosphere.cpr | |
| org.atmosphere.util | |
| org.atmosphere.websocket |
| Modifier and Type | Method and Description |
|---|---|
static void |
AnnotationUtil.atmosphereConfig(java.lang.String[] m,
AtmosphereFramework framework) |
static void |
AnnotationUtil.filters(java.lang.Class<? extends BroadcastFilter>[] bf,
AtmosphereFramework framework) |
void |
WebSocketProtocolServiceProcessor.handle(AtmosphereFramework framework,
java.lang.Class<?> annotatedClass) |
void |
WebSocketProcessorServiceProcessor.handle(AtmosphereFramework framework,
java.lang.Class<?> annotatedClass) |
void |
WebSocketHandlerServiceProcessor.handle(AtmosphereFramework framework,
java.lang.Class<?> annotatedClass) |
void |
Processor.handle(AtmosphereFramework framework,
java.lang.Class<?> annotatedClass)
Invoked by the
AnnotationHandler when an annotation is detected. |
void |
MeteorServiceProcessor.handle(AtmosphereFramework framework,
java.lang.Class<?> annotatedClass) |
void |
ManagedServiceProcessor.handle(AtmosphereFramework framework,
java.lang.Class<?> annotatedClass) |
void |
EndpointMapperServiceProcessor.handle(AtmosphereFramework framework,
java.lang.Class<?> annotatedClass) |
void |
BroadcastFilterServiceProcessor.handle(AtmosphereFramework framework,
java.lang.Class<?> annotatedClass) |
void |
BroadcasterServiceProcessor.handle(AtmosphereFramework framework,
java.lang.Class<?> annotatedClass) |
void |
BroadcasterListenerServiceProcessor.handle(AtmosphereFramework framework,
java.lang.Class<?> annotatedClass) |
void |
BroadcasterFactoryServiceProcessor.handle(AtmosphereFramework framework,
java.lang.Class<?> annotatedClass) |
void |
BroadcasterCacheServiceProcessor.handle(AtmosphereFramework framework,
java.lang.Class<?> annotatedClass) |
void |
BroadcasterCacheInspectorServiceProcessor.handle(AtmosphereFramework framework,
java.lang.Class<?> annotatedClass) |
void |
AtmosphereServiceProcessor.handle(AtmosphereFramework framework,
java.lang.Class<?> annotatedClass) |
void |
AtmosphereInterceptorServiceProcessor.handle(AtmosphereFramework framework,
java.lang.Class<?> annotatedClass) |
void |
AtmosphereHandlerServiceProcessor.handle(AtmosphereFramework framework,
java.lang.Class<?> annotatedClass) |
void |
AsyncSupportServiceProcessor.handle(AtmosphereFramework framework,
java.lang.Class<?> annotatedClass) |
void |
AsyncSupportListenerServiceProcessor.handle(AtmosphereFramework framework,
java.lang.Class<?> annotatedClass) |
static void |
AnnotationUtil.interceptors(java.lang.Class<? extends AtmosphereInterceptor>[] interceptors,
AtmosphereFramework framework) |
static AtmosphereInterceptor |
AnnotationUtil.listeners(java.lang.Class<? extends AtmosphereResourceEventListener>[] listeners,
AtmosphereFramework framework) |
| Constructor and Description |
|---|
Jetty9WebSocketHandler(javax.servlet.http.HttpServletRequest request,
AtmosphereFramework framework,
WebSocketProcessor webSocketProcessor) |
JettyWebSocketHandler(AtmosphereRequest request,
AtmosphereFramework framework,
WebSocketProcessor webSocketProcessor) |
JSR356AsyncSupport.AtmosphereConfigurator(AtmosphereFramework framework,
java.lang.String guessedServletPath) |
JSR356Endpoint(AtmosphereFramework framework,
WebSocketProcessor webSocketProcessor,
java.lang.String servletPath) |
TomcatWebSocketHandler(AtmosphereRequest request,
AtmosphereFramework framework,
WebSocketProcessor webSocketProcessor) |
| Modifier and Type | Field and Description |
|---|---|
protected AtmosphereFramework |
AtmosphereServlet.framework |
| Modifier and Type | Method and Description |
|---|---|
AtmosphereFramework |
AtmosphereFramework.addAnnotationPackage(java.lang.Class<?> clazz)
Add support for package detection 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. |
AtmosphereFramework |
AtmosphereFramework.addAtmosphereHandler(java.lang.String mapping,
AtmosphereHandler h,
Broadcaster broadcaster,
java.util.List<AtmosphereInterceptor> l)
Add an
AtmosphereHandler serviced by the Servlet. |
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. |
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. |
AtmosphereFramework |
AtmosphereFramework.addBroadcasterCacheInjector(BroadcasterCacheInspector b)
Add a
BroadcasterCacheInspector which will be associated with the defined BroadcasterCache. |
AtmosphereFramework |
AtmosphereFramework.addBroadcasterListener(BroadcasterListener b)
Add
BroadcasterListener to all created Broadcasters. |
AtmosphereFramework |
AtmosphereFramework.addBroadcasterType(java.lang.String broadcasterTypeString)
Add a new Broadcaster class name that AtmosphereServlet can use when initializing requests, and when the
atmosphere.xml broadcaster element is unspecified.
|
AtmosphereFramework |
AtmosphereFramework.addCustomAnnotationPackage(java.lang.Class p)
Add a package containing classes annotated with
AtmosphereAnnotation. |
AtmosphereFramework |
AtmosphereFramework.addInitParameter(java.lang.String name,
java.lang.String value)
Add init-param like if they were defined in web.xml
|
AtmosphereFramework |
AtmosphereFramework.addWebSocketHandler(java.lang.String path,
WebSocketHandler handler)
Add an
WebSocketHandler mapped to the path. |
AtmosphereFramework |
AtmosphereFramework.addWebSocketHandler(java.lang.String path,
WebSocketHandler handler,
AtmosphereHandler h)
|
AtmosphereFramework |
AtmosphereFramework.addWebSocketHandler(java.lang.String path,
WebSocketHandler handler,
AtmosphereHandler h,
java.util.List<AtmosphereInterceptor> l)
|
AtmosphereFramework |
AtmosphereFramework.addWebSocketHandler(WebSocketHandler handler)
Add an
WebSocketHandler mapped to "/*". |
AtmosphereFramework |
AtmosphereFramework.annotationProcessorClassName(java.lang.String annotationProcessorClassName)
Set the
AnnotationProcessor class name. |
AtmosphereFramework |
AtmosphereFramework.annotationScanned(boolean b)
Invoked when a
AnnotationProcessor found an annotation. |
AtmosphereFramework |
AtmosphereFramework.asyncSupportListener(AsyncSupportListener asyncSupportListener)
Add an
AsyncSupportListener. |
AtmosphereFramework |
AtmosphereFramework.broadcasterFilters(BroadcastFilter f)
Add a
BroadcastFilter. |
AtmosphereFramework |
AtmosphereFramework.configureRequestResponse(AtmosphereRequest req,
AtmosphereResponse res)
Configure some attributes on the
AtmosphereRequest. |
AtmosphereFramework |
AtmosphereFramework.destroy() |
AtmosphereFramework |
AtmosphereFramework.endPointMapper(EndpointMapper endpointMapper)
Set the
EndpointMapper. |
AtmosphereFramework |
AtmosphereFramework.externalizeDestroy(boolean externalizeDestroy)
If set to true, the task of finishing the request/response lifecycle will not be handled by this class.
|
AtmosphereFramework |
AtmosphereServlet.framework() |
AtmosphereFramework |
AtmosphereConfig.framework()
Return the
AtmosphereFramework. |
AtmosphereFramework |
AtmosphereFramework.init()
Initialize the AtmosphereFramework.
|
AtmosphereFramework |
AtmosphereFramework.init(javax.servlet.ServletConfig sc)
Initialize the AtmosphereFramework using the
ServletContext. |
AtmosphereFramework |
AtmosphereFramework.init(javax.servlet.ServletConfig sc,
boolean wrap)
Initialize the AtmosphereFramework using the
ServletContext. |
AtmosphereFramework |
AtmosphereFramework.interceptor(AtmosphereInterceptor c)
Add an
AtmosphereInterceptor implementation. |
protected AtmosphereFramework |
AtmosphereServlet.newAtmosphereFramework() |
AtmosphereFramework |
AtmosphereFramework.removeAllAtmosphereHandler()
Remove all
AtmosphereHandlers. |
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.setBroadcasterCacheClassName(java.lang.String broadcasterCacheClassName)
Set the
BroadcasterCache class name. |
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)
Set the
WebSocketProcessor class name used to process WebSocket requests. |
AtmosphereFramework |
AtmosphereFramework.setWebSocketProtocolClassName(java.lang.String webSocketProtocolClassName) |
AtmosphereFramework |
AtmosphereFramework.shareExecutorServices(boolean sharedThreadPools)
Set to true to have a
ExecutorService shared among 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. |
AnnotationHandler |
AnnotationHandler.handleAnnotation(AtmosphereFramework framework,
java.lang.Class<? extends java.lang.annotation.Annotation> annotation,
java.lang.Class<?> discoveredClass) |
| Constructor and Description |
|---|
AtmosphereConfig(AtmosphereFramework framework) |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
IOUtils.guestServletPath(AtmosphereFramework framework) |
static java.lang.String |
IOUtils.guestServletPath(AtmosphereFramework framework,
java.lang.String exclude) |
| Constructor and Description |
|---|
DefaultWebSocketProcessor(AtmosphereFramework framework) |
Copyright © 2018. All Rights Reserved.