Package org.atmosphere.cpr
Interface FrameworkConfig
public interface FrameworkConfig
Request attribute a framework integrator can use to lookup Atmosphere internal objects.
- Author:
- Jeanfrancois Arcand
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringTheAsyncContext.static final StringAtmosphereConfig instance.static final StringA request attribute used to lookup theAtmosphereHandler.static final StringA request attribute used to lookup theAtmosphereResource.static final StringA request attribute used to lookup theAtmosphereServlet.static final StringThe current installedBroadcasterFactorystatic final StringThe callback for handshaking theJavaScriptProtocol.static final StringCancel suspending a connection.static final StringCDI Injectorstatic final StringA reference to the Jersey's.invalid reference
ContainerResponsestatic final StringUsed by a container to tell Atmosphere Runtime what is the expected content type.static final StringGuice Injectorstatic final StringThe default Hazelcast Broadcaster class.static final StringThe Java Inject classstatic final StringA request attribute used to lookup theAtmosphereResourcecreated by an external component and injected inside theAsynchronousProcessor.static final StringThe default Jersey Broadcaster class.static final StringThe default Jersey container class.static final StringInstance of Jersey's ContainerResponseWriter that can be configured by a Framework running on top of Atmosphere.static final StringThe Jersey package used for scanning annotation.static final StringThe Jersey package used for scanning annotation.static final StringThe default JGroups Broadcaster class.static final StringThe default JMS Broadcaster class.static final StringThe default Kafka Broadcaster class.static final StringThe path that mapped theAtmosphereHandlerstatic final StringA flag indicating a message has been written on the resource.static final StringNeed runtime injectionstatic final StringTrue if theAtmosphereFramework.AtmosphereHandlerWrapperhas been modified by anAtmosphereInterceptor.static final StringThe default RabbitMQ Broadcaster class.static final StringThe default Redis Broadcaster class.static final StringThe default RMI Broadcaster class.static final StringThe subject for the current request.static final StringThe SimpleHttpProtocol.static final StringSpring Injectorstatic final Stringstatic final StringTell aAsyncSupportit can support session or not.static final StringThrow Exception from cloned request.static final StringCurrent transport used.static final StringTag for WebSocket's Messagestatic final StringThe name of the sub-protocol used.static final StringDecide to write extra header.static final StringThe default XMPP Broadcaster class.
-
Field Details
-
KAFKA_BROADCASTER
The default Kafka Broadcaster class.- See Also:
-
HAZELCAST_BROADCASTER
The default Hazelcast Broadcaster class.- See Also:
-
JERSEY_BROADCASTER
The default Jersey Broadcaster class.- See Also:
-
REDIS_BROADCASTER
The default Redis Broadcaster class.- See Also:
-
JMS_BROADCASTER
The default JMS Broadcaster class.- See Also:
-
JGROUPS_BROADCASTER
The default JGroups Broadcaster class.- See Also:
-
RMI_BROADCASTER
The default RMI Broadcaster class.- See Also:
-
RABBITMQ_BROADCASTER
The default RabbitMQ Broadcaster class.- See Also:
-
XMPP_BROADCASTER
The default XMPP Broadcaster class.- See Also:
-
JERSEY_CONTAINER
The default Jersey container class.- See Also:
-
ATMOSPHERE_SERVLET
A request attribute used to lookup theAtmosphereServlet. This attribute is for framework integrators and not recommend for normal applications.- See Also:
-
ATMOSPHERE_RESOURCE
A request attribute used to lookup theAtmosphereResource. This attribute is for framework integrators and not recommend for normal applications. -
INJECTED_ATMOSPHERE_RESOURCE
A request attribute used to lookup theAtmosphereResourcecreated by an external component and injected inside theAsynchronousProcessor. -
SUPPORT_SESSION
Tell aAsyncSupportit can support session or not. -
ATMOSPHERE_HANDLER_WRAPPER
A request attribute used to lookup theAtmosphereHandler. This attribute is for framework integrator and not recommend for normal application. -
NEW_MAPPING
True if theAtmosphereFramework.AtmosphereHandlerWrapperhas been modified by anAtmosphereInterceptor. -
CONTAINER_RESPONSE
A reference to the Jersey's.invalid reference
ContainerResponse- See Also:
-
WRITE_HEADERS
Decide to write extra header. -
EXPECTED_CONTENT_TYPE
Used by a container to tell Atmosphere Runtime what is the expected content type. -
WEBSOCKET_SUBPROTOCOL
The name of the sub-protocol used.- See Also:
-
SIMPLE_HTTP_OVER_WEBSOCKET
The SimpleHttpProtocol.- See Also:
-
STREAMING_HTTP_OVER_WEBSOCKET
- See Also:
-
CANCEL_SUSPEND_OPERATION
Cancel suspending a connection.- See Also:
-
ATMOSPHERE_CONFIG
AtmosphereConfig instance. -
JERSEY_CONTAINER_RESPONSE_WRITER_INSTANCE
Instance of Jersey's ContainerResponseWriter that can be configured by a Framework running on top of Atmosphere.- See Also:
-
TRANSPORT_IN_USE
Current transport used. -
CALLBACK_JAVASCRIPT_PROTOCOL
The callback for handshaking theJavaScriptProtocol. -
JERSEY_SCANNING_PACKAGE
The Jersey package used for scanning annotation.- See Also:
-
JERSEY2_SCANNING_PACKAGE
The Jersey package used for scanning annotation.- See Also:
-
THROW_EXCEPTION_ON_CLONED_REQUEST
Throw Exception from cloned request. -
SECURITY_SUBJECT
The subject for the current request. -
ASYNC_CONTEXT
TheAsyncContext.- See Also:
-
MESSAGE_WRITTEN
A flag indicating a message has been written on the resource. This is useful to know if a resource must be resumed for transport like long-polling. -
GUICE_INJECTOR
Guice Injector- See Also:
-
SPRING_INJECTOR
Spring Injector- See Also:
-
CDI_INJECTOR
CDI Injector- See Also:
-
MAPPED_PATH
The path that mapped theAtmosphereHandler -
WEBSOCKET_MESSAGE
Tag for WebSocket's Message -
INJECT_LIBARY
The Java Inject class- See Also:
-
BROADCASTER_FACTORY
The current installedBroadcasterFactory -
NEED_RUNTIME_INJECTION
Need runtime injection
-