org.atmosphere.cometd
Class CometdAtmosphereInterceptor

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

public class CometdAtmosphereInterceptor
extends Object
implements org.atmosphere.cpr.AtmosphereInterceptor


Nested Class Summary
static class CometdAtmosphereInterceptor.AtmosphereContinuation
           
 
Constructor Summary
CometdAtmosphereInterceptor()
           
 
Method Summary
 void configure(org.atmosphere.cpr.AtmosphereConfig config)
           
 org.atmosphere.cpr.Action inspect(org.atmosphere.cpr.AtmosphereResource r)
           
 void postInspect(org.atmosphere.cpr.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(org.atmosphere.cpr.AtmosphereConfig config)
Specified by:
configure in interface org.atmosphere.cpr.AtmosphereInterceptor

inspect

public org.atmosphere.cpr.Action inspect(org.atmosphere.cpr.AtmosphereResource r)
Specified by:
inspect in interface org.atmosphere.cpr.AtmosphereInterceptor

postInspect

public void postInspect(org.atmosphere.cpr.AtmosphereResource r)
Specified by:
postInspect in interface org.atmosphere.cpr.AtmosphereInterceptor

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014. All Rights Reserved.