| Package | Description |
|---|---|
| org.atmosphere.annotation | |
| org.atmosphere.container | |
| org.atmosphere.runtime |
| Modifier and Type | Method and Description |
|---|---|
void |
AsyncSupportServiceProcessor.handle(AtmosphereFramework framework,
Class<AsyncSupport> annotatedClass) |
| Modifier and Type | Class and Description |
|---|---|
class |
BlockingIOCometSupport |
class |
JSR356AsyncSupport |
class |
NettyCometSupport
Netty's Framework
AsyncSupport and framework running on top of it, like vert.x and Play! |
class |
Servlet30CometSupport
This class is used when the
AtmosphereFramework detect the container
detect Servlet 3.0 Asynch API. |
| Modifier and Type | Method and Description |
|---|---|
AsyncSupport |
Servlet30CometSupport.complete(AtmosphereResourceImpl r) |
AsyncSupport |
NettyCometSupport.complete(AtmosphereResourceImpl r) |
AsyncSupport |
BlockingIOCometSupport.complete(AtmosphereResourceImpl r) |
| Modifier and Type | Class and Description |
|---|---|
class |
AsynchronousProcessor
Base class which implement the semantics of suspending and resuming of a Comet/WebSocket Request.
|
| Modifier and Type | Field and Description |
|---|---|
protected AsyncSupport |
AtmosphereResourceImpl.asyncSupport |
protected AsyncSupport |
AtmosphereFramework.asyncSupport |
| Modifier and Type | Method and Description |
|---|---|
AsyncSupport |
AsynchronousProcessor.complete(AtmosphereResourceImpl r) |
AsyncSupport |
AsyncSupport.complete(E r)
Complete and close the connection associated with an implementation of
AtmosphereResource |
AsyncSupport |
AtmosphereFramework.getAsyncSupport()
Return the current
AsyncSupport. |
AsyncSupport |
AtmosphereFramework.getCometSupport()
Deprecated.
Use getAsyncSupport
|
AsyncSupport |
DefaultAsyncSupportResolver.newCometSupport(Class<? extends AsyncSupport> targetClass)
Given a Class of something that extends AsyncSupport, it tries to return an instance of that class.
|
AsyncSupport |
DefaultAsyncSupportResolver.newCometSupport(String targetClassFQN) |
AsyncSupport |
DefaultAsyncSupportResolver.resolve(boolean useNativeIfPossible,
boolean defaultToBlocking,
boolean useServlet30Async) |
AsyncSupport |
AsyncSupportResolver.resolve(boolean useNativeIfPossible,
boolean defaultToBlocking,
boolean useWebsocketIfPossible) |
protected AsyncSupport |
DefaultAsyncSupportResolver.resolveMultipleNativeSupportConflict(List<Class<? extends AsyncSupport>> available)
This method is called if there are more than one potential native container in scope.
|
protected AsyncSupport |
DefaultAsyncSupportResolver.resolveNativeCometSupport(List<Class<? extends AsyncSupport>> available)
This method is called to determine which native comet support to the used.
|
AsyncSupport |
DefaultAsyncSupportResolver.resolveWebSocket(List<Class<? extends AsyncSupport>> available) |
| Modifier and Type | Method and Description |
|---|---|
List<Class<? extends AsyncSupport>> |
DefaultAsyncSupportResolver.detectContainersPresent()
Returns a list of comet support by containers available on the classpath.
|
List<Class<? extends AsyncSupport>> |
DefaultAsyncSupportResolver.detectWebSocketPresent(boolean useNativeIfPossible,
boolean useServlet30Async) |
| Modifier and Type | Method and Description |
|---|---|
AsyncSupport |
DefaultAsyncSupportResolver.newCometSupport(Class<? extends AsyncSupport> targetClass)
Given a Class of something that extends AsyncSupport, it tries to return an instance of that class.
|
protected AsyncSupport |
DefaultAsyncSupportResolver.resolveMultipleNativeSupportConflict(List<Class<? extends AsyncSupport>> available)
This method is called if there are more than one potential native container in scope.
|
protected AsyncSupport |
DefaultAsyncSupportResolver.resolveNativeCometSupport(List<Class<? extends AsyncSupport>> available)
This method is called to determine which native comet support to the used.
|
AsyncSupport |
DefaultAsyncSupportResolver.resolveWebSocket(List<Class<? extends AsyncSupport>> available) |
| Constructor and Description |
|---|
AtmosphereResourceImpl(AtmosphereConfig config,
Broadcaster broadcaster,
AtmosphereRequest req,
AtmosphereResponse response,
AsyncSupport asyncSupport,
AtmosphereHandler atmosphereHandler)
Deprecated.
|
Copyright © 2017. All Rights Reserved.