org.atmosphere.cpr
Interface HeaderConfig


public interface HeaderConfig

This interface contains all Atmosphere headers shared between the client and the server.

Author:
Jeanfrancois Arcand

Field Summary
static String ACCESS_CONTROL_ALLOW_CREDENTIALS
           
static String ACCESS_CONTROL_ALLOW_ORIGIN
           
static String ATMOSPHERE_POST_BODY
           
static String CACHE_CONTROL
           
static String EXPIRES
           
static String JSONP_CALLBACK_NAME
           
static String JSONP_TRANSPORT
           
static String LONG_POLLING_TRANSPORT
           
static String POLLING_TRANSPORT
           
static String PRAGMA
           
static String STREAMING_TRANSPORT
           
static String WEBSOCKET_TRANSPORT
           
static String WEBSOCKET_UPGRADE
           
static String X_ATMOSPHERE
           
static String X_ATMOSPHERE_ERROR
          When a unexpected error occurs.
static String X_ATMOSPHERE_FIRSTLONGPOLLING_DONE
          If long-polling is used during a POST, this header get added after the first successful response.
static String X_ATMOSPHERE_FRAMEWORK
          The current version of Atmosphere Framework
static String X_ATMOSPHERE_TRACKING_ID
          The unique tracking ID generated by the client
static String X_ATMOSPHERE_TRACKMESSAGESIZE
          The message size sent by Atmosphere
static String X_ATMOSPHERE_TRANSPORT
          The current transport used.
static String X_CACHE_DATE
          The current time
 

Field Detail

X_ATMOSPHERE_FIRSTLONGPOLLING_DONE

static final String X_ATMOSPHERE_FIRSTLONGPOLLING_DONE
If long-polling is used during a POST, this header get added after the first successful response.

See Also:
Constant Field Values

X_ATMOSPHERE_TRANSPORT

static final String X_ATMOSPHERE_TRANSPORT
The current transport used.

See Also:
Constant Field Values

LONG_POLLING_TRANSPORT

static final String LONG_POLLING_TRANSPORT
See Also:
Constant Field Values

STREAMING_TRANSPORT

static final String STREAMING_TRANSPORT
See Also:
Constant Field Values

POLLING_TRANSPORT

static final String POLLING_TRANSPORT
See Also:
Constant Field Values

JSONP_TRANSPORT

static final String JSONP_TRANSPORT
See Also:
Constant Field Values

JSONP_CALLBACK_NAME

static final String JSONP_CALLBACK_NAME
See Also:
Constant Field Values

WEBSOCKET_TRANSPORT

static final String WEBSOCKET_TRANSPORT
See Also:
Constant Field Values

X_ATMOSPHERE_ERROR

static final String X_ATMOSPHERE_ERROR
When a unexpected error occurs.

See Also:
Constant Field Values

X_ATMOSPHERE_TRACKING_ID

static final String X_ATMOSPHERE_TRACKING_ID
The unique tracking ID generated by the client

See Also:
Constant Field Values

X_ATMOSPHERE_FRAMEWORK

static final String X_ATMOSPHERE_FRAMEWORK
The current version of Atmosphere Framework

See Also:
Constant Field Values

X_CACHE_DATE

static final String X_CACHE_DATE
The current time

See Also:
Constant Field Values

X_ATMOSPHERE

static final String X_ATMOSPHERE
See Also:
Constant Field Values

X_ATMOSPHERE_TRACKMESSAGESIZE

static final String X_ATMOSPHERE_TRACKMESSAGESIZE
The message size sent by Atmosphere

See Also:
Constant Field Values

ACCESS_CONTROL_ALLOW_ORIGIN

static final String ACCESS_CONTROL_ALLOW_ORIGIN
See Also:
Constant Field Values

ACCESS_CONTROL_ALLOW_CREDENTIALS

static final String ACCESS_CONTROL_ALLOW_CREDENTIALS
See Also:
Constant Field Values

PRAGMA

static final String PRAGMA
See Also:
Constant Field Values

CACHE_CONTROL

static final String CACHE_CONTROL
See Also:
Constant Field Values

EXPIRES

static final String EXPIRES
See Also:
Constant Field Values

WEBSOCKET_UPGRADE

static final String WEBSOCKET_UPGRADE
See Also:
Constant Field Values

ATMOSPHERE_POST_BODY

static final String ATMOSPHERE_POST_BODY
See Also:
Constant Field Values


Copyright © 2012. All Rights Reserved.