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,AtmosphereHandlerServiceInterceptor,AtmosphereInterceptorAdapter,AtmosphereProducers,AtmosphereResourceLifecycleInterceptor,AtmosphereResourceStateRecovery,AtmosphereTracing,AuthInterceptor,BackpressureInterceptor,BoundedApachePoolableProvider,BoundedMemoryCache,BroadcastOnPostAtmosphereInterceptor,CacheHeadersInterceptor,CorsInterceptor,DefaultAnnotationProcessor,DefaultAtmosphereObjectFactory,DefaultAtmosphereResourceFactory,DefaultBroadcasterCache,DefaultEndpointMapper,DefaultMetaBroadcaster,EchoProtocol,HeartbeatInterceptor,IdleResourceInterceptor,InjectableObjectFactory,JavaScriptProtocol,ManagedServiceInterceptor,MDCInterceptor,MessageAckInterceptor,NginxInterceptor,OldBrowserPaddingInterceptor,OnDisconnectInterceptor,PaddingAtmosphereInterceptor,RateLimitingInterceptor,RoomInterceptor,RoomProtocolInterceptor,ServiceInterceptor,SessionBroadcasterCache,SessionCreationInterceptor,SimpleHttpProtocol,SimpleRestInterceptor,SSEAtmosphereInterceptor,StreamingHttpProtocol,SuspendTrackerInterceptor,TrackMessageSizeB64Interceptor,TrackMessageSizeInterceptor,UnboundedApachePoolableProvider,UUIDBroadcasterCache,VoidAnnotationProcessor,WebSocketMessageSuspendInterceptor
public interface AtmosphereConfigAware
-
Method Summary
Modifier and TypeMethodDescriptionvoidconfigure(AtmosphereConfig config) Configure an AtmosphereFramework object.
-
Method Details
-
configure
Configure an AtmosphereFramework object.- Parameters:
config-AtmosphereConfig
-