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,SimpleHttpProtocol,SimpleRestInterceptor,SSEAtmosphereInterceptor,StreamingHttpProtocol,SuspendTrackerInterceptor,TrackMessageSizeB64Interceptor,TrackMessageSizeInterceptor,UnboundedApachePoolableProvider,UUIDBroadcasterCache,VoidAnnotationProcessor,WebSocketMessageSuspendInterceptor
public interface AtmosphereConfigAware
- Author:
- Jeanfrancois Arcand
-
Method Summary
Modifier and TypeMethodDescriptionvoidconfigure(AtmosphereConfig config) Configure an AtmosphereFramework object.
-
Method Details
-
configure
Configure an AtmosphereFramework object.- Parameters:
config-AtmosphereConfig
-