| Interface | Description |
|---|---|
| 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.
|
| UUIDProvider |
| Class | Description |
|---|---|
| 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 |
| ChunkConcatReaderPool |
Creates a signle reader instance from a sequence of readers.
|
| CookieUtil |
This class is a cut & paste from Tomcat's Cookie creation.
|
| CookieUtil.ServerCookieDecoder | |
| DefaultEndpointMapper<U> |
Default implementation of the
EndpointMapper used by the AsynchronousProcessor
and DefaultWebSocketProcessor |
| DefaultUUIDProvider | |
| ExcludeSessionBroadcaster |
An implementation of
DefaultBroadcaster that exclude one or more AtmosphereResource |
| ExecutorsFactory |
Stateless Factory to create
ExecutorService used in all Atmosphere Component. |
| ExecutorsFactory.AtmosphereThreadFactory | |
| FakeHttpSession | |
| FilterConfigImpl |
FilterConfig implementation. |
| ForkJoinPool |
Wrapper around a ForkJoinPool for JDK7+ support.
|
| IntrospectionUtils |
Utils for introspection and reflection
|
| IOUtils | |
| QueryStringDecoder |
Splits an HTTP query string into a path string and key-value parameter pairs.
|
| ReaderInputStream |
InputStream implementation that reads a character stream from a Reader
and transforms it to a byte stream using a specified charset encoding. |
| ServletContextFactory |
A simple Factory to get access to the .
|
| 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. |
| StringEscapeUtils |
Adapted from Apache Commons code
|
| StringFilterAggregator |
Simple Aggregator that aggregate broadcasted String until it reach the
limit.
|
| ThreadLocalInvoker<T> |
This class has been highly inspired by the Jersey's 1.x.
|
| Utils |
Utils class.
|
| Version |
Class contains information about Atmosphere framework
|
| VoidAnnotationProcessor |
An
AnnotationProcessor that does nothing. |
| VoidExecutorService |
An
ExecutorService that does nothing and execute using the calling Thread. |
| VoidServletConfig | |
| WebDotXmlReader |
web.xml reader.
|
| XSSHtmlFilter |
Simple
BroadcastFilter which automatically filter
HTML/HTTP character into proper value, like \n replace by <br>. |
Copyright © 2016. All rights reserved.