Constant Field Values


Contents
org.atmosphere.*

org.atmosphere.container.JBossWebCometSupport
public static final String HTTP_EVENT "HttpEvent"

org.atmosphere.container.Tomcat7CometSupport
public static final String COMET_EVENT "CometEvent"

org.atmosphere.container.TomcatCometSupport
public static final String COMET_EVENT "CometEvent"

org.atmosphere.cpr.ApplicationConfig
public static final String ANNOTATION_PACKAGE "org.atmosphere.cpr.packages"
public static final String BACKWARD_COMPATIBLE_WEBSOCKET_BEHAVIOR "org.atmosphere.websocket.backwardCompatible.atmosphereResource"
public static final String CUSTOM_ANNOTATION_PACKAGE "org.atmosphere.annotation.packages"
public static final String DEFAULT_NAMED_DISPATCHER "default"
public static final String DISABLE_ONSTATE_EVENT "org.atmosphere.disableOnStateEvent"
public static final String FILTER_CLASS "org.atmosphere.filter"
public static final String FILTER_NAME "org.atmosphere.filter.name"
public static final String JERSEY_CONTAINER_RESPONSE_WRITER_CLASS "org.atmosphere.jersey.containerResponseWriterClass"
public static final String JETTY_WEBSOCKET_MIN_VERSION "org.atmosphere.websocket.jetty.minVersion"
public static final String MAPPING "org.atmosphere.mapping"
public static final String MAX_INACTIVE "org.atmosphere.cpr.CometSupport.maxInactiveActivity"
public static final String PROPERTY_ATMOSPHERE_XML "org.atmosphere.atmosphereDotXml"
public static final String PROPERTY_BLOCKING_COMETSUPPORT "org.atmosphere.useBlocking"
public static final String PROPERTY_NATIVE_COMETSUPPORT "org.atmosphere.useNative"
public static final String PROPERTY_SERVLET_MAPPING "org.atmosphere.jersey.servlet-mapping"
public static final String PROPERTY_THROW_EXCEPTION_ON_CLONED_REQUEST "org.atmosphere.throwExceptionOnClonedRequest"
public static final String PROPERTY_USE_STREAM "org.atmosphere.useStream"
public static final String RESUME_ON_BROADCAST "org.atmosphere.resumeOnBroadcast"
public static final String RESUMED_ON_TIMEOUT "org.atmosphere.cpr.AtmosphereServlet.resumedOnTimeout"
public static final String SERVLET_CLASS "org.atmosphere.servlet"
public static final String SHARED "org.atmosphere.runtime.shared"
public static final String SSE_CONTENT_TYPE "org.atmosphere.sse.contentType"
public static final String SUPPORT_LOCATION_HEADER "org.atmosphere.jersey.supportLocationHeader"
public static final String TOMCAT_CLOSE_STREAM "org.atmosphere.container.TomcatCometSupport.discardEOF"
public static final String WEB_SOCKET_BANNED_VERSION "org.atmosphere.websocket.bannedVersion"
public static final String WEBSOCKET_BINARY_WRITE "org.atmosphere.websocket.binaryWrite"
public static final String WEBSOCKET_BUFFER_SIZE "org.atmosphere.websocket.bufferSize"
public static final String WEBSOCKET_CONTENT_TYPE "org.atmosphere.websocket.messageContentType"
public static final String WEBSOCKET_IDLETIME "org.atmosphere.websocket.maxIdleTime"
public static final String WEBSOCKET_MAXBINARYSIZE "org.atmosphere.websocket.maxBinaryMessageSize"
public static final String WEBSOCKET_MAXTEXTSIZE "org.atmosphere.websocket.maxTextMessageSize"
public static final String WEBSOCKET_METHOD "org.atmosphere.websocket.messageMethod"
public static final String WEBSOCKET_PATH_DELIMITER "org.atmosphere.websocket.pathDelimiter"
public static final String WEBSOCKET_REQUIRE_SAME_ORIGIN "org.atmosphere.websocket.requireSameOrigin"
public static final String WEBSOCKET_SUPPORT "org.atmosphere.useWebSocket"
public static final String WEBSOCKET_SUPPORT_SERVLET3 "org.atmosphere.useWebSocketAndServlet3"

org.atmosphere.cpr.AtmosphereFramework
public static final String DEFAULT_ATMOSPHERE_CONFIG_PATH "/META-INF/atmosphere.xml"
public static final String DEFAULT_HANDLER_PATH "/WEB-INF/classes/"
public static final String DEFAULT_LIB_PATH "/WEB-INF/lib/"
public static final String MAPPING_REGEX "[a-zA-Z0-9-&.*_~=@;\\?]+"

org.atmosphere.cpr.Broadcaster
public static final String ROOT_MASTER "/*"

org.atmosphere.cpr.BroadcasterCache
public static final String NULL "null"

org.atmosphere.cpr.BroadcastFilter
public static final String VOID_ATMOSPHERE_RESOURCE_UUID "-1"

org.atmosphere.cpr.DefaultAnnotationProcessor
public static final String ANNOTATION_ATTRIBUTE "org.atmosphere.cpr.ANNOTATION_MAP"

org.atmosphere.cpr.DefaultAsyncSupportResolver
public static final String GLASSFISH_V2 "com.sun.enterprise.web.PEWebContainer"
public static final String GRIZZLY "com.sun.grizzly.http.servlet.ServletAdapter"
public static final String GRIZZLY_WEBSOCKET "com.sun.grizzly.websockets.WebSocketEngine"
public static final String GRIZZLY2 "org.glassfish.grizzly.http.servlet.ServletHandler"
public static final String GRIZZLY2_WEBSOCKET "org.glassfish.grizzly.websockets.WebSocketEngine"
public static final String JBOSS_5 "org.jboss."
public static final String JBOSS_AS7_WEBSOCKET "org.atmosphere.jboss.as.websockets.servlet.WebSocketServlet"
public static final String JBOSSWEB "org.apache.catalina.connector.HttpEventImpl"
public static final String JETTY "org.mortbay.util.ajax.Continuation"
public static final String JETTY_7 "org.eclipse.jetty.servlet.ServletContextHandler"
public static final String JETTY_8 "org.eclipse.jetty.continuation.Servlet3Continuation"
public static final String JETTY_9 "org.eclipse.jetty.websocket.api.WebSocketPolicy"
public static final String JSR356_WEBSOCKET "javax.websocket.Endpoint"
public static final String NETTY "org.jboss.netty.channel.Channel"
public static final String SERVLET_30 "javax.servlet.AsyncListener"
public static final String TOMCAT "org.apache.coyote.http11.Http11NioProcessor"
public static final String TOMCAT_7 "org.apache.catalina.comet.CometFilterChain"
public static final String TOMCAT_WEBSOCKET "org.apache.coyote.http11.upgrade.UpgradeInbound"
public static final String WEBLOGIC_WEBSOCKWET "weblogic.websocket.annotation.WebSocket"

org.atmosphere.cpr.DefaultBroadcaster
public static final int POLLING_DEFAULT 100

org.atmosphere.cpr.FrameworkConfig
public static final String ASYNC_CONTEXT "org.atmosphere.container.asyncContext"
public static final String ATMOSPHERE_SERVLET "org.atmosphere.cpr.AtmosphereServlet"
public static final String CANCEL_SUSPEND_OPERATION "doNotSuspend"
public static final String CDI_INJECTOR "org.atmosphere.cdi.CDIObjectFactory"
public static final String CONTAINER_RESPONSE "org.atmosphere.jersey.containerResponse"
public static final String GUICE_INJECTOR "org.atmosphere.guice.GuiceObjectFactory"
public static final String HAZELCAST_BROADCASTER "org.atmosphere.plugin.hazelcast.HazelcastBroadcaster"
public static final String JERSEY_BROADCASTER "org.atmosphere.jersey.JerseyBroadcaster"
public static final String JERSEY_CONTAINER "com.sun.jersey.spi.container.servlet.ServletContainer"
public static final String JERSEY_CONTAINER_RESPONSE_WRITER_INSTANCE "org.atmosphere.jersey.containerResponseWriterInstance"
public static final String JERSEY_SCANNING_PACKAGE "com.sun.jersey.config.property.packages"
public static final String JERSEY2_SCANNING_PACKAGE "jersey.config.server.provider.packages"
public static final String JGROUPS_BROADCASTER "org.atmosphere.plugin.jgroups.JGroupsBroadcaster"
public static final String JMS_BROADCASTER "org.atmosphere.plugin.jms.JMSBroadcaster"
public static final String RABBITMQ_BROADCASTER "org.atmosphere.plugin.rabbitmq.RabbitMQBroadcaster"
public static final String REDIS_BROADCASTER "org.atmosphere.plugin.redis.RedisBroadcaster"
public static final String RMI_BROADCASTER "org.atmosphere.plugin.rmi.RMIBroadcaster"
public static final String SIMPLE_HTTP_OVER_WEBSOCKET "polling-websocket-message"
public static final String SPRING_INJECTOR "org.atmosphere.spring.SpringWebObjectFactory"
public static final String WEBSOCKET_SUBPROTOCOL "websocket-subprotocol"
public static final String XMPP_BROADCASTER "org.atmosphere.plugin.xmpp.XMPPBroadcaster"

org.atmosphere.cpr.HeaderConfig
public static final String ACCESS_CONTROL_ALLOW_CREDENTIALS "Access-Control-Allow-Credentials"
public static final String ACCESS_CONTROL_ALLOW_ORIGIN "Access-Control-Allow-Origin"
public static final String ATMOSPHERE_POST_BODY "X-Atmosphere-Post-Body"
public static final String CACHE_CONTROL "Cache-Control"
public static final String DISCONNECT_TRANSPORT_MESSAGE "close"
public static final String EXPIRES "Expires"
public static final String FORCE_BINARY "application/octet-stream"
public static final String JSONP_CALLBACK_NAME "jsonpTransport"
public static final String JSONP_TRANSPORT "jsonp"
public static final String LONG_POLLING_TRANSPORT "long-polling"
public static final String POLLING_TRANSPORT "polling"
public static final String PRAGMA "Pragma"
public static final String SSE_TRANSPORT "sse"
public static final String STREAMING_TRANSPORT "streaming"
public static final String WEBSOCKET_TRANSPORT "websocket"
public static final String WEBSOCKET_UPGRADE "Upgrade"
public static final String WEBSOCKET_X_ATMOSPHERE_TRANSPORT "X-Atmosphere-Transport=websocket"
public static final String X_ATMO_BINARY "X-Atmosphere-Binary"
public static final String X_ATMO_PROTOCOL "X-atmo-protocol"
public static final String X_ATMO_WEBSOCKET_PROXY "X-Atmosphere-WebSocket-Proxy"
public static final String X_ATMOSPHERE "X-Atmosphere"
public static final String X_ATMOSPHERE_ERROR "X-Atmosphere-error"
public static final String X_ATMOSPHERE_FIRSTLONGPOLLING_DONE "X-Atmosphere-first-long-polling-done"
public static final String X_ATMOSPHERE_FRAMEWORK "X-Atmosphere-Framework"
public static final String X_ATMOSPHERE_TRACKING_ID "X-Atmosphere-tracking-id"
public static final String X_ATMOSPHERE_TRACKMESSAGESIZE "X-Atmosphere-TrackMessageSize"
public static final String X_ATMOSPHERE_TRANSPORT "X-Atmosphere-Transport"
public static final String X_CACHE_DATE "X-Cache-Date"
public static final String X_FIRST_REQUEST "X-Atmosphere-first-request"
public static final String X_HEARTBEAT_SERVER "X-Heartbeat-Server"

org.atmosphere.cpr.MetaBroadcaster
public static final String MAPPING_REGEX "[/a-zA-Z0-9-&.*=@_;\\?]+"

org.atmosphere.handler.OnMessage<T>
public static final String MESSAGE_DELIMITER "|"

org.atmosphere.interceptor.HeartbeatInterceptor
public static final String HEARTBEAT_FUTURE "heartbeat.future"

org.atmosphere.util.AtmosphereFilterChain
public static final int INCREMENT 20

org.atmosphere.util.ExecutorsFactory
public static final int DEFAULT_ASYNC_THREAD 200
public static final int DEFAULT_KEEP_ALIVE 30
public static final int DEFAULT_MESSAGE_THREAD -1

org.atmosphere.websocket.WebSocket
public static final String CLEAN_CLOSE "Clean_Close"
public static final String NOT_SUPPORTED "Websocket protocol not supported"

org.atmosphere.websocket.protocol.SimpleHttpProtocol
protected static final String TEXT "text/plain"

org.atmosphere.websocket.protocol.StreamingHttpProtocol
protected static final String TEXT "text/plain"



Copyright © 2014. All Rights Reserved.