Package edu.wpi.first.net
Class WebServer
java.lang.Object
edu.wpi.first.net.WebServer
A web server using the HTTP protocol.
-
Method Summary
-
Method Details
-
start
Create a web server at the given port. Note that local ports less than 1024 won't work as a normal user. Also, many ports are blocked by the FRC robot radio; check the game manual for what is allowed through the radio firewall.- Parameters:
port
- local port numberpath
- local path to document root
-
stop
Stop web server running at the given port.- Parameters:
port
- local port number
-