com.isomorphic.messaging
Class MessagingServlet

java.lang.Object
  |
  +--javax.servlet.GenericServlet
        |
        +--javax.servlet.http.HttpServlet
              |
              +--com.isomorphic.servlet.BaseServlet
                    |
                    +--com.isomorphic.messaging.MessagingServlet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class MessagingServlet
extends com.isomorphic.servlet.BaseServlet

The MessagingServlet is part of the optional Real-Time Messaging module. This servlet handles asynchronous delivery of real-time messages to the client. For real-time messaging to work, this servlet must be registered in you web.xml and configured to intercept the following url-pattern: /isomorphic/messaging/*

Configuration for this servlet is controled entirely through server.properties. Refer to the Real-Time Messaging QuickRef for configuration options an details.

See Also:
Serialized Form