org.atmosphere.cpr
Class AtmosphereServlet.AtmosphereHandlerWrapper

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

public static final class AtmosphereServlet.AtmosphereHandlerWrapper
extends Object


Field Summary
 AtmosphereHandler atmosphereHandler
           
 Broadcaster broadcaster
           
 String mapping
           
 
Constructor Summary
AtmosphereServlet.AtmosphereHandlerWrapper(AtmosphereHandler atmosphereHandler, Broadcaster broadcaster)
           
AtmosphereServlet.AtmosphereHandlerWrapper(AtmosphereHandler atmosphereHandler, String mapping)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

atmosphereHandler

public final AtmosphereHandler atmosphereHandler

broadcaster

public Broadcaster broadcaster

mapping

public String mapping
Constructor Detail

AtmosphereServlet.AtmosphereHandlerWrapper

public AtmosphereServlet.AtmosphereHandlerWrapper(AtmosphereHandler atmosphereHandler,
                                                  String mapping)

AtmosphereServlet.AtmosphereHandlerWrapper

public AtmosphereServlet.AtmosphereHandlerWrapper(AtmosphereHandler atmosphereHandler,
                                                  Broadcaster broadcaster)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011. All Rights Reserved.