Uses of Class
tech.xigam.express.Express
-
Uses of Express in tech.xigam.express
Methods in tech.xigam.express that return ExpressModifier and TypeMethodDescriptionstatic ExpressExpress.create(int port) static ExpressSet the router for this express instance.Constructors in tech.xigam.express with parameters of type ExpressModifierConstructorDescriptionRoute(Route.RouteType routeType, Consumer<Request> handler, Express express)