| Modifier and Type | Method and Description |
|---|---|
CacheMessage |
UUIDBroadcasterCache.addToCache(java.lang.String broadcasterId,
AtmosphereResource r,
BroadcastMessage message) |
CacheMessage |
SessionBroadcasterCache.addToCache(java.lang.String broadcasterId,
AtmosphereResource r,
BroadcastMessage message) |
CacheMessage |
HeaderBroadcasterCache.addToCache(java.lang.String broadcasterId,
AtmosphereResource r,
BroadcastMessage e)
Deprecated.
|
CacheMessage |
DefaultBroadcasterCache.addToCache(java.lang.String broadcasterId,
AtmosphereResource r,
BroadcastMessage e) |
void |
UUIDBroadcasterCache.clearCache(java.lang.String broadcasterId,
AtmosphereResource r,
CacheMessage message) |
void |
DefaultBroadcasterCache.clearCache(java.lang.String broadcasterId,
AtmosphereResource r,
CacheMessage cache) |
void |
AbstractBroadcasterCache.clearCache(java.lang.String broadcasterId,
AtmosphereResource r,
CacheMessage cache) |
void |
UUIDBroadcasterCache.excludeFromCache(java.lang.String broadcasterId,
AtmosphereResource r) |
void |
DefaultBroadcasterCache.excludeFromCache(java.lang.String broadcasterId,
AtmosphereResource r) |
void |
AbstractBroadcasterCache.excludeFromCache(java.lang.String broadcasterId,
AtmosphereResource r) |
java.util.List<java.lang.Object> |
UUIDBroadcasterCache.retrieveFromCache(java.lang.String broadcasterId,
AtmosphereResource r) |
java.util.List<java.lang.Object> |
SessionBroadcasterCache.retrieveFromCache(java.lang.String broadcasterId,
AtmosphereResource r) |
java.util.List<java.lang.Object> |
HeaderBroadcasterCache.retrieveFromCache(java.lang.String broadcasterId,
AtmosphereResource r)
Deprecated.
|
java.util.List<java.lang.Object> |
DefaultBroadcasterCache.retrieveFromCache(java.lang.String id,
AtmosphereResource r) |
protected java.lang.String |
UUIDBroadcasterCache.uuid(AtmosphereResource r) |
| Modifier and Type | Method and Description |
|---|---|
BroadcastFilter.BroadcastAction |
TrackMessageSizeFilter.filter(AtmosphereResource r,
java.lang.Object originalMessage,
java.lang.Object message) |
Action |
TrackMessageSizeInterceptor.inspect(AtmosphereResource r) |
| Modifier and Type | Method and Description |
|---|---|
Action |
ServiceInterceptor.inspect(AtmosphereResource r) |
protected ManagedServiceInterceptor.ManagedAnnotation |
ManagedServiceInterceptor.managed(AnnotatedProxy ap,
AtmosphereResource r) |
void |
ManagedAtmosphereHandler.onRequest(AtmosphereResource resource) |
protected void |
ManagedAtmosphereHandler.processReady(AtmosphereResource r) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AsyncSupport<E extends AtmosphereResource>
Atmosphere's supported WebServer must implement this interface in order to be auto detected by the
AtmosphereFramework. |
| Modifier and Type | Class and Description |
|---|---|
class |
AtmosphereResourceImpl
|
| Modifier and Type | Field and Description |
|---|---|
AtmosphereResource |
Entry.resource |
| Modifier and Type | Field and Description |
|---|---|
java.util.Set<AtmosphereResource> |
Entry.resources |
protected java.util.concurrent.ConcurrentLinkedQueue<AtmosphereResource> |
DefaultBroadcaster.resources |
| Modifier and Type | Method and Description |
|---|---|
AtmosphereResource |
AtmosphereSession.acquire()
Retrieve the
AtmosphereResource associated with this session. |
AtmosphereResource |
AtmosphereResourceImpl.addEventListener(AtmosphereResourceEventListener e)
|
AtmosphereResource |
AtmosphereResource.addEventListener(AtmosphereResourceEventListener e)
|
AtmosphereResource |
AtmosphereResourceFactory.create(AtmosphereConfig config,
AtmosphereRequest request,
AtmosphereResponse response,
AsyncSupport<?> a)
Create an
AtmosphereResourceImpl |
AtmosphereResource |
AtmosphereResourceFactory.create(AtmosphereConfig config,
AtmosphereResponse response,
AsyncSupport<?> a)
Create an
AtmosphereResourceImpl. |
AtmosphereResource |
AtmosphereResourceFactory.create(AtmosphereConfig config,
Broadcaster broadcaster,
AtmosphereRequest request,
AtmosphereResponse response,
AsyncSupport<?> a,
AtmosphereHandler handler)
Create an
AtmosphereResourceImpl. |
AtmosphereResource |
AtmosphereResourceFactory.create(AtmosphereConfig config,
Broadcaster broadcaster,
AtmosphereResponse response,
AsyncSupport<?> a,
AtmosphereHandler handler)
Create an
AtmosphereResourceImpl. |
AtmosphereResource |
AtmosphereResourceFactory.create(AtmosphereConfig config,
java.lang.String uuid)
Create an
AtmosphereResource associated with the uuid. |
AtmosphereResource |
AtmosphereResourceFactory.find(java.lang.String uuid)
Find an
AtmosphereResource based on its uuid(). |
AtmosphereResource |
AtmosphereResourceImpl.forceBinaryWrite(boolean forceBinaryWrite) |
AtmosphereResource |
AtmosphereResource.forceBinaryWrite(boolean force)
Force binary write and never write String value.
|
AtmosphereResource |
Meteor.getAtmosphereResource()
Return the underlying
AtmosphereResource. |
AtmosphereResource |
AtmosphereResourceEventImpl.getResource() |
AtmosphereResource |
AtmosphereResourceEvent.getResource()
Return the
AtmosphereResource associated with this event. |
AtmosphereResource |
AtmosphereResourceImpl.initialize(AtmosphereConfig config,
Broadcaster broadcaster,
AtmosphereRequest req,
AtmosphereResponse response,
AsyncSupport asyncSupport,
AtmosphereHandler atmosphereHandler)
Initialize an
AtmosphereResource. |
AtmosphereResource |
AtmosphereResource.initialize(AtmosphereConfig config,
Broadcaster broadcaster,
AtmosphereRequest req,
AtmosphereResponse response,
AsyncSupport asyncSupport,
AtmosphereHandler atmosphereHandler)
Initialize an
AtmosphereResource. |
AtmosphereResource |
AtmosphereResourceImpl.notifyListeners() |
AtmosphereResource |
AtmosphereResource.notifyListeners()
Notify all
AtmosphereResourceEventListeners. |
AtmosphereResource |
AtmosphereResourceImpl.notifyListeners(AtmosphereResourceEvent event) |
AtmosphereResource |
AtmosphereResource.notifyListeners(AtmosphereResourceEvent e)
Notify all
AtmosphereResourceEventListener. |
AtmosphereResource |
AtmosphereResourceFactory.remove(java.lang.String uuid)
Remove the
AtmosphereResource from all instances of Broadcaster. |
AtmosphereResource |
AtmosphereResourceImpl.removeEventListener(AtmosphereResourceEventListener e) |
AtmosphereResource |
AtmosphereResource.removeEventListener(AtmosphereResourceEventListener e)
Remove a
AtmosphereResourceEventListener. |
AtmosphereResource |
AtmosphereResourceImpl.removeEventListeners() |
AtmosphereResource |
AtmosphereResource.removeEventListeners()
Remove all
AtmosphereResourceEventListeners. |
AtmosphereResource |
AtmosphereResponse.resource()
The
AtmosphereResource associated with this request. |
AtmosphereResource |
AtmosphereRequest.resource()
The
AtmosphereResource associated with this request. |
AtmosphereResource |
AtmosphereResourceImpl.resume() |
AtmosphereResource |
AtmosphereResource.resume()
Complete the
AtmosphereResponse and finish/commit it. |
AtmosphereResource |
AtmosphereResourceImpl.resumeOnBroadcast(boolean resumeOnBroadcast) |
AtmosphereResource |
AtmosphereResource.resumeOnBroadcast(boolean resumeOnBroadcast)
Set to true to resume the response after the first broadcast.
|
AtmosphereResource |
AtmosphereResource.setBroadcaster(Broadcaster broadcaster)
Set the current
Broadcaster. |
AtmosphereResource |
AtmosphereResourceImpl.setSerializer(Serializer s)
Set the
Serializer used to write broadcasted objects. |
AtmosphereResource |
AtmosphereResource.setSerializer(Serializer s)
Set the
Serializer to use when write(java.lang.String) execute the operation. |
AtmosphereResource |
AtmosphereResourceImpl.suspend() |
AtmosphereResource |
AtmosphereResource.suspend()
Suspend the
AtmosphereResponse indefinitely. |
AtmosphereResource |
AtmosphereResourceImpl.suspend(long timeout) |
AtmosphereResource |
AtmosphereResource.suspend(long timeout)
Suspend the
AtmosphereResponse. |
AtmosphereResource |
AtmosphereResourceImpl.suspend(long timeout,
java.util.concurrent.TimeUnit timeunit) |
AtmosphereResource |
AtmosphereResource.suspend(long timeout,
java.util.concurrent.TimeUnit timeunit)
Suspend the
AtmosphereResponse. |
AtmosphereResource |
AtmosphereSession.tryAcquire()
Retrieve the
AtmosphereResource associated with this session. |
AtmosphereResource |
AtmosphereSession.tryAcquire(int timeInSecond)
Retrieve the
AtmosphereResource associated with this session. |
AtmosphereResource |
AtmosphereResourceImpl.write(byte[] o) |
AtmosphereResource |
AtmosphereResource.write(byte[] s)
Write the bytes If
resumeOnBroadcast() is true, the underlying connection will be resumed (@link #resume()); |
AtmosphereResource |
AtmosphereResourceImpl.write(java.lang.String s) |
AtmosphereResource |
AtmosphereResource.write(java.lang.String s)
Write the String.
|
AtmosphereResource |
AtmosphereResourceImpl.writeOnTimeout(java.lang.Object o) |
AtmosphereResource |
AtmosphereResource.writeOnTimeout(java.lang.Object o)
Set a message that will be written when the resource times out.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<AtmosphereResource> |
DefaultBroadcaster.getAtmosphereResources() |
java.util.Collection<AtmosphereResource> |
Broadcaster.getAtmosphereResources()
Return an
List of AtmosphereResource. |
| Modifier and Type | Method and Description |
|---|---|
Broadcaster |
DefaultBroadcaster.addAtmosphereResource(AtmosphereResource r) |
Broadcaster |
Broadcaster.addAtmosphereResource(AtmosphereResource resource)
Add a
AtmosphereResource to the list of items to be notified when
the Broadcaster.broadcast(java.lang.Object) is invoked. |
CacheMessage |
BroadcasterCache.addToCache(java.lang.String broadcasterId,
AtmosphereResource r,
BroadcastMessage e)
Start tracking messages associated with
AtmosphereResource from the cache. |
java.util.List<java.lang.Object> |
BroadcasterConfig.applyFilters(AtmosphereResource r,
java.util.List<java.lang.Object> cacheMessages)
Apply all filters to the
AtmosphereResource and the provided List of messages. |
java.util.concurrent.Future<java.lang.Object> |
DefaultBroadcaster.broadcast(java.lang.Object msg,
AtmosphereResource r) |
java.util.concurrent.Future<java.lang.Object> |
Broadcaster.broadcast(java.lang.Object o,
AtmosphereResource resource)
Broadcast the
Object to all suspended responses, eg. |
protected void |
DefaultBroadcaster.broadcastOnResume(AtmosphereResource r) |
protected void |
DefaultBroadcaster.cacheAndSuspend(AtmosphereResource r)
Look in the cache to see if there are messages available, and take the appropriate actions.
|
void |
DefaultBroadcaster.cacheLostMessage(AtmosphereResource r)
Cache the message because an unexpected exception occurred.
|
void |
DefaultBroadcaster.cacheLostMessage(AtmosphereResource r,
boolean force)
Cache the message because an unexpected exception occurred.
|
void |
DefaultBroadcaster.cacheLostMessage(AtmosphereResource r,
DefaultBroadcaster.AsyncWriteToken token)
Cache the message because an unexpected exception occurred.
|
void |
DefaultBroadcaster.cacheLostMessage(AtmosphereResource r,
DefaultBroadcaster.AsyncWriteToken token,
boolean force)
Cache the message because an unexpected exception occurred.
|
protected boolean |
DefaultBroadcaster.checkCachedAndPush(AtmosphereResource r,
AtmosphereResourceEvent e) |
void |
BroadcasterCache.clearCache(java.lang.String broadcasterId,
AtmosphereResource r,
CacheMessage cache)
Remove the previously cached message.
|
AtmosphereResourceImpl |
AtmosphereResourceImpl.cloneState(AtmosphereResource r) |
boolean |
AsynchronousProcessor.completeLifecycle(AtmosphereResource r,
boolean cancelled)
Cancel or times out an
AtmosphereResource by invoking it's associated AtmosphereHandler.onStateChange(AtmosphereResourceEvent) |
void |
BroadcasterCache.excludeFromCache(java.lang.String broadcasterId,
AtmosphereResource r)
Allow an application to exclude, or block, an
AtmosphereResource to received cached message. |
protected void |
DefaultBroadcaster.executeBlockingWrite(AtmosphereResource r,
Entry entry) |
BroadcastFilter.BroadcastAction |
PerRequestBroadcastFilter.filter(AtmosphereResource r,
java.lang.Object originalMessage,
java.lang.Object message)
Transform or filter a message per
AtmosphereResource. |
BroadcastFilter.BroadcastAction |
BroadcastFilterAdapter.filter(AtmosphereResource r,
java.lang.Object originalMessage,
java.lang.Object message) |
protected BroadcastFilter.BroadcastAction |
BroadcasterConfig.filter(AtmosphereResource r,
java.lang.Object message,
java.lang.Object originalMessage)
Invoke
BroadcastFilters in the order they were added, with a unique AtmosphereRequest. |
AtmosphereResourceSession |
AtmosphereResourceSessionFactory.getSession(AtmosphereResource resource)
Returns the current session associated with the
AtmosphereResource, or creates one if it does not yet exist. |
AtmosphereResourceSession |
DefaultAtmosphereResourceSessionFactory.getSession(AtmosphereResource r,
boolean create) |
abstract AtmosphereResourceSession |
AtmosphereResourceSessionFactory.getSession(AtmosphereResource resource,
boolean create)
Returns the current session associated with the
AtmosphereResource or, if there is no current session and create
is true, returns a new session. |
Action |
AtmosphereInterceptorAdapter.inspect(AtmosphereResource r) |
Action |
AtmosphereInterceptor.inspect(AtmosphereResource r)
Invoked before an
AtmosphereResource gets dispatched to AtmosphereHandler. |
protected void |
DefaultBroadcaster.invokeOnStateChange(AtmosphereResource r,
AtmosphereResourceEvent e) |
protected void |
DefaultBroadcaster.notifyAndAdd(AtmosphereResource r) |
protected void |
DefaultBroadcaster.notifyOnAddAtmosphereResourceListener(AtmosphereResource r) |
protected void |
DefaultBroadcaster.notifyOnRemoveAtmosphereResourceListener(AtmosphereResource r) |
void |
BroadcasterListenerAdapter.onAddAtmosphereResource(Broadcaster b,
AtmosphereResource r) |
void |
BroadcasterListener.onAddAtmosphereResource(Broadcaster b,
AtmosphereResource r)
Invoked when an
AtmosphereResource is getting associated to a Broadcaster. |
void |
DefaultBroadcaster.onException(java.lang.Throwable t,
AtmosphereResource ar) |
void |
DefaultBroadcaster.onException(java.lang.Throwable t,
AtmosphereResource ar,
boolean notifyAndCache) |
void |
BroadcasterListenerAdapter.onRemoveAtmosphereResource(Broadcaster b,
AtmosphereResource r) |
void |
BroadcasterListener.onRemoveAtmosphereResource(Broadcaster b,
AtmosphereResource r)
Invoked when an
AtmosphereResource is getting removed to a Broadcaster. |
void |
AtmosphereHandler.onRequest(AtmosphereResource resource)
When a client sends a request to its associated
AtmosphereHandler, it can decide if the underlying
connection can be suspended (creating a Continuation) or handle the connection synchronously. |
protected boolean |
DefaultBroadcaster.perRequestFilter(AtmosphereResource r,
Entry msg) |
void |
AtmosphereInterceptorAdapter.postInspect(AtmosphereResource r) |
void |
AtmosphereInterceptor.postInspect(AtmosphereResource r)
Invoked after an
AtmosphereResource gets dispatched to AtmosphereHandler. |
protected void |
DefaultBroadcaster.prepareInvokeOnStateChange(AtmosphereResource r,
AtmosphereResourceEvent e) |
protected void |
DefaultBroadcaster.queueWriteIO(AtmosphereResource r,
Entry entry) |
void |
DefaultBroadcasterFactory.removeAllAtmosphereResource(AtmosphereResource r) |
abstract void |
BroadcasterFactory.removeAllAtmosphereResource(AtmosphereResource r)
Remove all instances of
AtmosphereResource from all registered Broadcasters. |
Broadcaster |
DefaultBroadcaster.removeAtmosphereResource(AtmosphereResource r) |
Broadcaster |
Broadcaster.removeAtmosphereResource(AtmosphereResource resource)
Remove a
AtmosphereResource from the list of s to be notified when
the Broadcaster.broadcast(java.lang.Object) is invoked. |
protected Broadcaster |
DefaultBroadcaster.removeAtmosphereResource(AtmosphereResource r,
boolean executeDone) |
java.util.List<java.lang.Object> |
BroadcasterCache.retrieveFromCache(java.lang.String id,
AtmosphereResource r)
Retrieve messages associated with
AtmosphereResource. |
protected boolean |
DefaultBroadcaster.retrieveTrackedBroadcast(AtmosphereResource r,
AtmosphereResourceEvent e) |
| Modifier and Type | Method and Description |
|---|---|
java.util.concurrent.Future<java.lang.Object> |
DefaultBroadcaster.broadcast(java.lang.Object msg,
java.util.Set<AtmosphereResource> subset) |
java.util.concurrent.Future<java.lang.Object> |
Broadcaster.broadcast(java.lang.Object o,
java.util.Set<AtmosphereResource> subset)
Broadcast the
Object to all suspended response, eg. |
| Constructor and Description |
|---|
AsyncWriteToken(AtmosphereResource resource,
java.lang.Object msg,
BroadcasterFuture future,
java.lang.Object originalMessage) |
AsyncWriteToken(AtmosphereResource resource,
java.lang.Object msg,
BroadcasterFuture future,
java.lang.Object originalMessage,
CacheMessage cache) |
AtmosphereSession(AtmosphereResource resource)
Track the current
AtmosphereResource with all created Broadcaster |
AtmosphereSession(AtmosphereResource r,
Broadcaster... broadcasters) |
Entry(AtmosphereResource r,
Entry e) |
Entry(AtmosphereResource r,
Entry e,
CacheMessage cache) |
Entry(Entry.TYPE type,
java.lang.Object originalMessage,
java.lang.Object message,
AtmosphereResource r,
BroadcasterFuture<?> future,
CacheMessage cache,
boolean writeLocally,
java.util.Set<AtmosphereResource> resources,
boolean async) |
Entry(java.lang.Object message,
AtmosphereResource r,
BroadcasterFuture<?> future,
java.lang.Object originalMessage) |
| Constructor and Description |
|---|
Entry(Entry.TYPE type,
java.lang.Object originalMessage,
java.lang.Object message,
AtmosphereResource r,
BroadcasterFuture<?> future,
CacheMessage cache,
boolean writeLocally,
java.util.Set<AtmosphereResource> resources,
boolean async) |
Entry(java.lang.Object message,
java.util.Set<AtmosphereResource> resources,
BroadcasterFuture<?> future,
java.lang.Object originalMessage) |
| Modifier and Type | Method and Description |
|---|---|
void |
OnMessage.onOpen(AtmosphereResource resource)
This method will be invoked when an connection has been received and not haven't yet be suspended.
|
void |
ReflectorServletProcessor.onRequest(AtmosphereResource r)
Delegate the request to the Servlet.service method, and add the
AtmosphereResource
to the HttpServletRequest#setAttribute(java.lang.String, java.lang.Object)). |
void |
OnMessage.onRequest(AtmosphereResource resource) |
void |
AtmosphereHandlerAdapter.onRequest(AtmosphereResource resource) |
| Modifier and Type | Method and Description |
|---|---|
HeartbeatInterceptor |
HeartbeatInterceptor.clock(AtmosphereResource r,
AtmosphereRequest request,
AtmosphereResponse response) |
Action |
WebSocketMessageSuspendInterceptor.inspect(AtmosphereResource r) |
Action |
TrackMessageSizeB64Interceptor.inspect(AtmosphereResource r) |
Action |
SuspendTrackerInterceptor.inspect(AtmosphereResource r) |
Action |
SSEAtmosphereInterceptor.inspect(AtmosphereResource r) |
Action |
ShiroInterceptor.inspect(AtmosphereResource r) |
Action |
SessionCreationInterceptor.inspect(AtmosphereResource r) |
Action |
PaddingAtmosphereInterceptor.inspect(AtmosphereResource r) |
Action |
OnDisconnectInterceptor.inspect(AtmosphereResource r) |
Action |
NginxInterceptor.inspect(AtmosphereResource r) |
Action |
JSONPAtmosphereInterceptor.inspect(AtmosphereResource r) |
Action |
JavaScriptProtocol.inspect(AtmosphereResource r) |
Action |
IdleResourceInterceptor.inspect(AtmosphereResource r) |
Action |
HeartbeatInterceptor.inspect(AtmosphereResource r) |
Action |
CorsInterceptor.inspect(AtmosphereResource resource) |
Action |
CacheHeadersInterceptor.inspect(AtmosphereResource r) |
Action |
BroadcastOnPostAtmosphereInterceptor.inspect(AtmosphereResource r) |
Action |
AtmosphereResourceStateRecovery.inspect(AtmosphereResource r) |
Action |
AtmosphereResourceLifecycleInterceptor.inspect(AtmosphereResource r)
Automatically suspend the
AtmosphereResource based on AtmosphereResource.TRANSPORT value. |
Action |
AndroidAtmosphereInterceptor.inspect(AtmosphereResource r) |
void |
AtmosphereResourceStateRecovery.B.onAddAtmosphereResource(Broadcaster b,
AtmosphereResource r) |
void |
AtmosphereResourceStateRecovery.B.onRemoveAtmosphereResource(Broadcaster b,
AtmosphereResource r) |
void |
BroadcastOnPostAtmosphereInterceptor.postInspect(AtmosphereResource r) |
void |
AtmosphereResourceStateRecovery.postInspect(AtmosphereResource r) |
void |
AtmosphereResourceLifecycleInterceptor.postInspect(AtmosphereResource r) |
java.util.List<java.lang.Object> |
AtmosphereResourceStateRecovery.retrieveCache(AtmosphereResource r,
AtmosphereResourceStateRecovery.BroadcasterTracker tracker,
boolean force) |
| Modifier and Type | Method and Description |
|---|---|
java.util.concurrent.Future<java.lang.Object> |
SimpleBroadcaster.broadcast(java.lang.Object msg,
AtmosphereResource r) |
java.util.concurrent.Future<java.lang.Object> |
ExcludeSessionBroadcaster.broadcast(java.lang.Object msg,
AtmosphereResource r)
the AtmosphereResource r will be exclude for this broadcast
|
java.util.concurrent.Future<java.lang.Object> |
AbstractBroadcasterProxy.broadcast(java.lang.Object msg,
AtmosphereResource r) |
protected void |
AbstractBroadcasterProxy.invokeOnStateChange(AtmosphereResource r,
AtmosphereResourceEvent e) |
protected void |
SimpleBroadcaster.prepareInvokeOnStateChange(AtmosphereResource r,
AtmosphereResourceEvent e) |
protected void |
SimpleBroadcaster.queueWriteIO(AtmosphereResource r,
Entry entry) |
static java.lang.StringBuilder |
IOUtils.readEntirely(AtmosphereResource r) |
static boolean |
Utils.webSocketMessage(AtmosphereResource r) |
| Modifier and Type | Method and Description |
|---|---|
java.util.concurrent.Future<java.lang.Object> |
SimpleBroadcaster.broadcast(java.lang.Object msg,
java.util.Set<AtmosphereResource> subset) |
java.util.concurrent.Future<java.lang.Object> |
ExcludeSessionBroadcaster.broadcast(java.lang.Object msg,
java.util.Set<AtmosphereResource> subset)
the AtmosphereResources subset will be exclude for this broadcast
|
java.util.concurrent.Future<java.lang.Object> |
AbstractBroadcasterProxy.broadcast(java.lang.Object msg,
java.util.Set<AtmosphereResource> subset) |
| Modifier and Type | Method and Description |
|---|---|
AtmosphereResource |
WebSocket.resource()
Return the an
AtmosphereResource used by this WebSocket, or null if the WebSocket has been closed
before the WebSocket message has been processed. |
| Modifier and Type | Method and Description |
|---|---|
WebSocket |
WebSocket.resource(AtmosphereResource r)
Associate an
AtmosphereResource to this WebSocket |
| Modifier and Type | Method and Description |
|---|---|
protected static AtmosphereRequest.Builder |
ProtocolUtil.constructRequest(AtmosphereResource resource,
java.lang.String pathInfo,
java.lang.String requestURI,
java.lang.String methodType,
java.lang.String contentType,
boolean destroyable) |
Copyright © 2018. All Rights Reserved.