Class HttpSocketServlet

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

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: