org.atmosphere.cometd
Class CometdAtmosphereInterceptor

java.lang.Object
  extended by org.atmosphere.cometd.CometdAtmosphereInterceptor
All Implemented Interfaces:
AtmosphereInterceptor

public class CometdAtmosphereInterceptor
extends Object
implements AtmosphereInterceptor


Nested Class Summary
static class CometdAtmosphereInterceptor.AtmosphereContinuation
           
 
Constructor Summary
CometdAtmosphereInterceptor()
           
 
Method Summary
 void configure(AtmosphereConfig config)
           
 Action inspect(AtmosphereResource r)
           
 void postInspect(AtmosphereResource r)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CometdAtmosphereInterceptor

public CometdAtmosphereInterceptor()
Method Detail

configure

public void configure(AtmosphereConfig config)
Specified by:
configure in interface AtmosphereInterceptor

inspect

public Action inspect(AtmosphereResource r)
Specified by:
inspect in interface AtmosphereInterceptor

postInspect

public void postInspect(AtmosphereResource r)
Specified by:
postInspect in interface AtmosphereInterceptor

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.