- All Implemented Interfaces:
- java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
@WebServlet(description="Returns the requested resource doGet()",
urlPatterns="/iRacing/*",
loadOnStartup=0)
public class iRacing
extends javax.servlet.http.HttpServlet
This class implements the "/iRacing" interface for the HTTP protocol.
It serves as a proxy to the internal iRacing server so clients can call it from external devices.
It simply passes the portion of the URL that comes after /iRacing to the iRacing server.
What gets returned is defined by iRacing, so consult their documentation as needed.
- Since:
- 1.1
- Author:
- Jeffrey Gilliam
- See Also:
- Serialized Form
- Copyright:
- Copyright (C) 2015 - 2024 Jeffrey Gilliam
- License:
- Apache License 2.0