Class WebServer
- java.lang.Object
-
- WebServer
-
public class WebServer extends java.lang.Object
A class that runs a small web server which enables the web interface to play ConnectN.- See Also:
- MP3 Documentation, Vert.x-Web Documentation
-
-
Constructor Summary
Constructors Constructor Description WebServer()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] unused)
Start the transformation web server.
-