org.atmosphere.extensions.gwt20.server
Class GwtRpcInterceptor

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

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

Author:
p.havelaar

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
 

Constructor Detail

GwtRpcInterceptor

public GwtRpcInterceptor()
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

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 © 2013. All Rights Reserved.