org.atmosphere.jersey
Class AtmosphereResourceConfigurator

java.lang.Object
  extended by org.atmosphere.jersey.AtmosphereResourceConfigurator
All Implemented Interfaces:
com.sun.jersey.api.core.ResourceConfigurator

public class AtmosphereResourceConfigurator
extends Object
implements com.sun.jersey.api.core.ResourceConfigurator

Automatically add the AtmosphereFilter to the list of ResourceConfig.

Author:
Jeanfrancois Arcand, Paul Sandoz

Constructor Summary
AtmosphereResourceConfigurator()
           
 
Method Summary
 void configure(com.sun.jersey.api.core.ResourceConfig config)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AtmosphereResourceConfigurator

public AtmosphereResourceConfigurator()
Method Detail

configure

public void configure(com.sun.jersey.api.core.ResourceConfig config)
Specified by:
configure in interface com.sun.jersey.api.core.ResourceConfigurator


Copyright © 2012. All Rights Reserved.