org.atmosphere.gwt20.server
Class GwtRpcInterceptor

java.lang.Object
  extended by org.atmosphere.gwt20.server.GwtRpcInterceptor
All Implemented Interfaces:
org.atmosphere.cpr.AtmosphereInterceptor, org.atmosphere.inject.AtmosphereConfigAware

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

Author:
p.havelaar

Field Summary
static String X_WEBSOCKET_GWT
           
 
Constructor Summary
GwtRpcInterceptor()
           
 
Method Summary
 void configure(org.atmosphere.cpr.AtmosphereConfig config)
           
 org.atmosphere.cpr.Action inspect(org.atmosphere.cpr.AtmosphereResource r)
           
protected  boolean isHandledByJersey(org.atmosphere.cpr.AtmosphereResource r)
           
 void postInspect(org.atmosphere.cpr.AtmosphereResource r)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

X_WEBSOCKET_GWT

public static final String X_WEBSOCKET_GWT
Constructor Detail

GwtRpcInterceptor

public GwtRpcInterceptor()
Method Detail

configure

public void configure(org.atmosphere.cpr.AtmosphereConfig config)
Specified by:
configure in interface org.atmosphere.inject.AtmosphereConfigAware

inspect

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

isHandledByJersey

protected boolean isHandledByJersey(org.atmosphere.cpr.AtmosphereResource r)

postInspect

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


Copyright © 2015. All Rights Reserved.