Package org.atmosphere.inject
Interface AtmosphereConfigAware
-
- All Known Subinterfaces:
AnnotationProcessor,AtmosphereInterceptor,AtmosphereObjectFactory<Z>,AtmosphereResourceFactory,BroadcasterCache,CDIProducer,EndpointMapper<U>,MetaBroadcaster,PoolableProvider<T,U>,WebSocketProtocol,WebSocketProtocolStream
- All Known Implementing Classes:
AbstractBroadcasterCache,AndroidAtmosphereInterceptor,AtmosphereFramework.DefaultAtmosphereObjectFactory,AtmosphereHandlerServiceInterceptor,AtmosphereInterceptorAdapter,AtmosphereProducers,AtmosphereResourceLifecycleInterceptor,AtmosphereResourceStateRecovery,BoundedApachePoolableProvider,BroadcastOnPostAtmosphereInterceptor,CacheHeadersInterceptor,CorsInterceptor,DefaultAnnotationProcessor,DefaultAtmosphereResourceFactory,DefaultBroadcasterCache,DefaultEndpointMapper,DefaultMetaBroadcaster,EchoProtocol,HeartbeatInterceptor,IdleResourceInterceptor,InjectableObjectFactory,JavaScriptProtocol,JSONPAtmosphereInterceptor,ManagedServiceInterceptor,MeteorServiceInterceptor,NginxInterceptor,OldBrowserPaddingInterceptor,OnDisconnectInterceptor,PaddingAtmosphereInterceptor,ServiceInterceptor,SessionBroadcasterCache,SessionCreationInterceptor,ShiroInterceptor,SimpleHttpProtocol,SimpleRestInterceptor,SSEAtmosphereInterceptor,StreamingHttpProtocol,SuspendTrackerInterceptor,TrackMessageSizeB64Interceptor,TrackMessageSizeInterceptor,UnboundedApachePoolableProvider,UUIDBroadcasterCache,VoidAnnotationProcessor,WebSocketMessageSuspendInterceptor
public interface AtmosphereConfigAware- Author:
- Jeanfrancois Arcand
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidconfigure(AtmosphereConfig config)Configure an AtmosphereFramework object.
-
-
-
Method Detail
-
configure
void configure(AtmosphereConfig config)
Configure an AtmosphereFramework object.- Parameters:
config-AtmosphereConfig
-
-