See: Description
Class | Description |
---|---|
AjaxServletConnector |
A servlet connector that binds to the container and makes a configured
Bayeux available to dispatchers and receivers.
|
MuleAjaxServlet |
Wraps the
ContinuationCometdServlet servlet and binds the Bayeux object to
the Mule AjaxServletConnector . |
<servlet>
<servlet-name>ajax</servlet-name>
<servlet-class>org.mule.transport.ajax.container.MuleAjaxServlet</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>ajax</servlet-name>
<url-pattern>/cometd/*</url-pattern>
</servlet-mapping>
The Mule AJAX transport uses the excellent Jetty Bayeux implmentation.Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.