org.atmosphere.cpr
Class AtmosphereServlet.Action

java.lang.Object
  extended by org.atmosphere.cpr.AtmosphereServlet.Action
Enclosing class:
AtmosphereServlet

public static class AtmosphereServlet.Action
extends Object

Simple class/struck that hold the current state.


Nested Class Summary
static class AtmosphereServlet.Action.TYPE
           
 
Field Summary
 long timeout
           
 AtmosphereServlet.Action.TYPE type
           
 
Constructor Summary
AtmosphereServlet.Action()
           
AtmosphereServlet.Action(AtmosphereServlet.Action.TYPE type)
           
AtmosphereServlet.Action(AtmosphereServlet.Action.TYPE type, long timeout)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

timeout

public long timeout

type

public AtmosphereServlet.Action.TYPE type
Constructor Detail

AtmosphereServlet.Action

public AtmosphereServlet.Action()

AtmosphereServlet.Action

public AtmosphereServlet.Action(AtmosphereServlet.Action.TYPE type)

AtmosphereServlet.Action

public AtmosphereServlet.Action(AtmosphereServlet.Action.TYPE type,
                                long timeout)


Copyright © 2011. All Rights Reserved.