org.atmosphere.cpr
Class AtmosphereFramework.AtmosphereHandlerWrapper

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

public static final class AtmosphereFramework.AtmosphereHandlerWrapper
extends Object


Field Summary
 AtmosphereHandler atmosphereHandler
           
 Broadcaster broadcaster
           
 List<AtmosphereInterceptor> interceptors
           
 String mapping
           
 
Constructor Summary
AtmosphereFramework.AtmosphereHandlerWrapper(AtmosphereHandler atmosphereHandler, Broadcaster broadcaster)
           
AtmosphereFramework.AtmosphereHandlerWrapper(BroadcasterFactory broadcasterFactory, 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

interceptors

public List<AtmosphereInterceptor> interceptors
Constructor Detail

AtmosphereFramework.AtmosphereHandlerWrapper

public AtmosphereFramework.AtmosphereHandlerWrapper(BroadcasterFactory broadcasterFactory,
                                                    AtmosphereHandler atmosphereHandler,
                                                    String mapping)

AtmosphereFramework.AtmosphereHandlerWrapper

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

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.