public class WebServer
extends java.lang.Object
This server passes asynchronous POST calls made by the JavaScript running on the home page
through to the image transformation functions defined in Transform.java
. You are
welcome to peruse this file, but you should not have to modify it. Note that the web server is
not used by the testing suite, which calls your image transformation functions directly.
Constructor | Description |
---|---|
WebServer() |
Modifier and Type | Method | Description |
---|---|---|
static void |
main(java.lang.String[] unused) |
Start the transformation web server.
|