org.atmosphere.cpr
Interface FrameworkConfig


public interface FrameworkConfig

Request Attribute a framework integrator can use to lookup Atmosphere internal object.

Author:
Jeanfrancois Arcand

Field Summary
static String ASYNCHRONOUS_HOOK
          Callback hook for Framework implementing Atmosphere support.
static String ATMOSPHERE_CONFIG
          AtmosphereConfig instance
static String ATMOSPHERE_HANDLER
          A request attribute used to lookup the AtmosphereHandler.
static String ATMOSPHERE_RESOURCE
          A request attribute used to lookup the AtmosphereResource.
static String ATMOSPHERE_SERVLET
          A request attribute used to lookup the AtmosphereServlet.
static String CANCEL_SUSPEND_OPERATION
          Cance suspending a connection
static String CONTAINER_RESPONSE
          A reference to the Jersey's ContainerResponse
static String EXPECTED_CONTENT_TYPE
          Used by a Container to tell Atmosphere Runtime what is the expected content type
static String HAZELCAST_BROADCASTER
          The default Hazelcast Broadcaster class
static String JERSEY_BROADCASTER
          The default Jersey Broadcaster class
static String JERSEY_CONTAINER
          The default Jersey container class
static String JERSEY_CONTAINER_RESPONSE_WRITER_INSTANCE
          Instance of Jersey's ContainerResponseWriter that can be configured by a Framework running on top of Atmosphere
static String JGROUPS_BROADCASTER
          The default JGroups Broadcaster class
static String JMS_BROADCASTER
          The default JMS Broadcaster class
static String REDIS_BROADCASTER
          The default Redis Broadcaster class
static String SIMPLE_HTTP_OVER_WEBSOCKET
          The SimpleHttpProtocol
static String SUPPORT_SESSION
          Tell a AsyncSupport it can support session or not
static String TRANSPORT_IN_USE
          Current transport used
static String WEBSOCKET_SUBPROTOCOL
          The name of the sub-protocol used.
static String WRITE_HEADERS
          Decide to write extra header.
static String XMPP_BROADCASTER
          The default XMPP Broadcaster class
 

Field Detail

HAZELCAST_BROADCASTER

static final String HAZELCAST_BROADCASTER
The default Hazelcast Broadcaster class

See Also:
Constant Field Values

JERSEY_BROADCASTER

static final String JERSEY_BROADCASTER
The default Jersey Broadcaster class

See Also:
Constant Field Values

REDIS_BROADCASTER

static final String REDIS_BROADCASTER
The default Redis Broadcaster class

See Also:
Constant Field Values

JMS_BROADCASTER

static final String JMS_BROADCASTER
The default JMS Broadcaster class

See Also:
Constant Field Values

JGROUPS_BROADCASTER

static final String JGROUPS_BROADCASTER
The default JGroups Broadcaster class

See Also:
Constant Field Values

XMPP_BROADCASTER

static final String XMPP_BROADCASTER
The default XMPP Broadcaster class

See Also:
Constant Field Values

JERSEY_CONTAINER

static final String JERSEY_CONTAINER
The default Jersey container class

See Also:
Constant Field Values

ATMOSPHERE_SERVLET

static final String ATMOSPHERE_SERVLET
A request attribute used to lookup the AtmosphereServlet. This attribute is for framework integrator and not recommend for normal application.


ATMOSPHERE_RESOURCE

static final String ATMOSPHERE_RESOURCE
A request attribute used to lookup the AtmosphereResource. This attribute is for framework integrator and not recommend for normal application.


SUPPORT_SESSION

static final String SUPPORT_SESSION
Tell a AsyncSupport it can support session or not


ATMOSPHERE_HANDLER

static final String ATMOSPHERE_HANDLER
A request attribute used to lookup the AtmosphereHandler. This attribute is for framework integrator and not recommend for normal application.


CONTAINER_RESPONSE

static final String CONTAINER_RESPONSE
A reference to the Jersey's ContainerResponse

See Also:
Constant Field Values

WRITE_HEADERS

static final String WRITE_HEADERS
Decide to write extra header.


EXPECTED_CONTENT_TYPE

static final String EXPECTED_CONTENT_TYPE
Used by a Container to tell Atmosphere Runtime what is the expected content type


WEBSOCKET_SUBPROTOCOL

static final String WEBSOCKET_SUBPROTOCOL
The name of the sub-protocol used.

See Also:
Constant Field Values

SIMPLE_HTTP_OVER_WEBSOCKET

static final String SIMPLE_HTTP_OVER_WEBSOCKET
The SimpleHttpProtocol

See Also:
Constant Field Values

CANCEL_SUSPEND_OPERATION

static final String CANCEL_SUSPEND_OPERATION
Cance suspending a connection

See Also:
Constant Field Values

ATMOSPHERE_CONFIG

static final String ATMOSPHERE_CONFIG
AtmosphereConfig instance


JERSEY_CONTAINER_RESPONSE_WRITER_INSTANCE

static final String JERSEY_CONTAINER_RESPONSE_WRITER_INSTANCE
Instance of Jersey's ContainerResponseWriter that can be configured by a Framework running on top of Atmosphere

See Also:
Constant Field Values

TRANSPORT_IN_USE

static final String TRANSPORT_IN_USE
Current transport used


ASYNCHRONOUS_HOOK

static final String ASYNCHRONOUS_HOOK
Callback hook for Framework implementing Atmosphere support.



Copyright © 2012. All Rights Reserved.