Package tech.xigam.express
Class Express
java.lang.Object
tech.xigam.express.Express
A simple HTTP request handler for Java.
Methods based on Express.JS
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
notFound
-
-
Constructor Details
-
Express
-
-
Method Details
-
create
-
create
-
notFound
-
router
Set the router for this express instance. -
listen
Starts the HTTP server. This should be the final method called.- Throws:
IOException
-