Class HttpSocketServlet

java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.aoapps.messaging.http.servlet.HttpSocketServlet
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public abstract class HttpSocketServlet extends HttpServlet
Server component for bi-directional messaging over HTTP. This is a synchronous implementation compatible with older environments.
See Also: