org.atmosphere.sockjs
Class SockJsAtmosphereInterceptor

java.lang.Object
  extended by org.atmosphere.cpr.AtmosphereInterceptorAdapter
      extended by org.atmosphere.sockjs.SockJsAtmosphereInterceptor
All Implemented Interfaces:
org.atmosphere.cpr.AtmosphereInterceptor, org.atmosphere.interceptor.InvokationOrder

@AtmosphereInterceptorService
public class SockJsAtmosphereInterceptor
extends org.atmosphere.cpr.AtmosphereInterceptorAdapter


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.atmosphere.interceptor.InvokationOrder
org.atmosphere.interceptor.InvokationOrder.PRIORITY
 
Field Summary
static org.atmosphere.cpr.AtmosphereHandler ECHO_ATMOSPHEREHANDLER
           
static String SOCKS_JS_ORIGIN
           
 
Fields inherited from interface org.atmosphere.interceptor.InvokationOrder
AFTER_DEFAULT, BEFORE_DEFAULT, FIRST_BEFORE_DEFAULT
 
Constructor Summary
SockJsAtmosphereInterceptor()
           
 
Method Summary
 void configure(org.atmosphere.cpr.AtmosphereConfig config)
           
protected  org.atmosphere.cpr.Action info(org.atmosphere.cpr.AtmosphereResource r)
           
 org.atmosphere.cpr.Action inspect(org.atmosphere.cpr.AtmosphereResource r)
           
 
Methods inherited from class org.atmosphere.cpr.AtmosphereInterceptorAdapter
postInspect, priority, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SOCKS_JS_ORIGIN

public static final String SOCKS_JS_ORIGIN

ECHO_ATMOSPHEREHANDLER

public static final org.atmosphere.cpr.AtmosphereHandler ECHO_ATMOSPHEREHANDLER
Constructor Detail

SockJsAtmosphereInterceptor

public SockJsAtmosphereInterceptor()
Method Detail

configure

public void configure(org.atmosphere.cpr.AtmosphereConfig config)
Specified by:
configure in interface org.atmosphere.cpr.AtmosphereInterceptor
Overrides:
configure in class org.atmosphere.cpr.AtmosphereInterceptorAdapter

inspect

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

info

protected org.atmosphere.cpr.Action info(org.atmosphere.cpr.AtmosphereResource r)


Copyright © 2014. All Rights Reserved.