org.atmosphere.samples.pubsub.utils
Class AtmosphereUtils

java.lang.Object
  extended by org.atmosphere.samples.pubsub.utils.AtmosphereUtils

public final class AtmosphereUtils
extends Object


Field Summary
static org.slf4j.Logger LOG
           
 
Constructor Summary
AtmosphereUtils()
           
 
Method Summary
static org.atmosphere.cpr.AtmosphereResource getAtmosphereResource(javax.servlet.http.HttpServletRequest request)
           
static org.atmosphere.cpr.Meteor getMeteor(javax.servlet.http.HttpServletRequest request)
           
static void suspend(org.atmosphere.cpr.AtmosphereResource resource)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

public static final org.slf4j.Logger LOG
Constructor Detail

AtmosphereUtils

public AtmosphereUtils()
Method Detail

getAtmosphereResource

public static org.atmosphere.cpr.AtmosphereResource getAtmosphereResource(javax.servlet.http.HttpServletRequest request)

getMeteor

public static org.atmosphere.cpr.Meteor getMeteor(javax.servlet.http.HttpServletRequest request)

suspend

public static void suspend(org.atmosphere.cpr.AtmosphereResource resource)


Copyright © 2014. All Rights Reserved.