Package org.directwebremoting.dwrp

Interface Summary
ProtocolConstants Various constants for type conversion
 

Class Summary
AbstractOutboundVariable A helper class for people that want to implement OutboundVariable.
ArrayOutboundVariable An OutboundVariable that creates data from Collections.
BaseCallMarshaller A Marshaller that output plain Javascript.
BaseScriptConduit A ScriptConduit that works with the parent Marshaller.
BasicAlarm An Alarm that goes off if something is badly broken.
Batch A container for all the by-products of an HttpRequest parse
DefaultConverterManager A class to manage the converter types and the instansiated class name matches.
ErrorOutboundVariable An OutboundVariable that can not be recursive.
Html4kScriptConduit A ScriptConduit for use with HTML/PRE wrapped Javascript output.
HtmlCallMarshaller A version of the Plain Javascript Marshaller that uses iframe syntax
HtmlScriptConduit A ScriptConduit for use with HTML/SCRIPT wrapped Javascript output.
JettyContinuationSleeper A Sleeper that works with Jetty Continuations
ObjectOutboundVariable An OutboundVariable that creates data from Maps.
OutputAlarm An Alarm that goes off whenever output happens on a ScriptSession.
ParseUtil Utilities to parse GET and POST requests from the DWR javascript section.
PartialResponse A set of constants that represent how browsers need data flushed to them
PlainCallMarshaller A Marshaller that outputs plain Javascript.
PlainScriptConduit A ScriptConduit for use with plain Javascript output.
PollBatch A container for the information passed in by an Poll request
PollHandler A Marshaller that output plain Javascript.
ReferenceOutboundVariable An OutboundVariable that simply refers to one defined elsewhere
ShutdownAlarm An Alarm that allows the system to close all connections when it is shutting down.
SimpleOutboundVariable An OutboundVariable that can not be recursive.
ThreadWaitSleeper The simplest type of Sleeper that just uses Object.wait() and Object.notify() to halt a Thread and restart it.
TimedAlarm An Alarm that goes off after a certain length of time.