Package jmri.web.servlet.simple
Class SimpleServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.eclipse.jetty.websocket.servlet.WebSocketServlet
jmri.web.servlet.simple.SimpleServlet
- All Implemented Interfaces:
Serializable,javax.servlet.Servlet,javax.servlet.ServletConfig
@WebServlet(name="SimpleServlet",
urlPatterns="/simple")
public class SimpleServlet
extends org.eclipse.jetty.websocket.servlet.WebSocketServlet
WebSocket servlet for JMRI Simple service protocol.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.jetty.websocket.servlet.WebSocketServlet
destroy, init, serviceMethods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, serviceMethods inherited from class javax.servlet.GenericServlet
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
-
Constructor Details
-
SimpleServlet
public SimpleServlet()
-
-
Method Details
-
configure
- Specified by:
configurein classorg.eclipse.jetty.websocket.servlet.WebSocketServlet
-
doGet
protected void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException - Overrides:
doGetin classjavax.servlet.http.HttpServlet- Throws:
IOException
-