Package org.atmosphere.util

Interface Summary
EndpointMapper<U> This class is responsible for mapping request to handler like AtmosphereHandler or WebSocketHandler
IntrospectionUtils.AttributeHolder  
IntrospectionUtils.PropertySource  
ServletProxyFactory.MethodHandler A MethodHandler can be added to allow Frameworks using Atmosphere to customize internal behavior.
 

Class Summary
AbstractBroadcasterProxy Abstract Broadcaster that delegates the internal processing to a proxy.
AtmosphereConfigReader Descriptor for an Atmosphere configuraton file.
AtmosphereFilterChain Implementation of javax.servlet.FilterChain used to manage the execution of a set of filters for a particular request.
ByteArrayAsyncWriter An AsyncIOWriter backed by an ByteArrayOutputStream
DefaultEndpointMapper<U> Default implementation of the EndpointMapper used by the AsynchronousProcessor and DefaultWebSocketProcessor
ExcludeSessionBroadcaster An implementation of DefaultBroadcaster that exclude one or more AtmosphereResource
ExecutorsFactory Stateless Factory to create ExecutorService used in all Atmosphere Component.
FakeHttpSession  
FilterConfigImpl FilterConfig implementation.
IntrospectionUtils Utils for introspection and reflection
ServletProxyFactory A Factory class that can be used to handle the Servlet API internal proxy.
ServletProxyFactory.EchoMethodHandler  
ServletProxyFactory.UTF8Handler  
SimpleBroadcaster Simple Broadcaster implementation that use the calling thread when broadcasting events.
StringFilterAggregator Simple Aggregator that aggregate broadcasted String until it reach the limit.
Utils Utils class.
Version Class contains information about Atmosphere framework
VoidExecutorService An ExecutorService that does nothing and execute using the calling Thread.
WebDotXmlReader web.xml reader.
XSSHtmlFilter Simple BroadcastFilter which automatically filter HTML/HTTP character into proper value, like \n replace by <br>.
 



Copyright © 2013. All Rights Reserved.