Uses of Class
net.morimekta.tiny.server.TinyApplication
-
-
Uses of TinyApplication in net.morimekta.tiny.server
Methods in net.morimekta.tiny.server with parameters of type TinyApplication Modifier and Type Method Description static void
TinyApplication. start(TinyApplication app, String... args)
Start the server.static void
TinyApplication. startUnsafe(TinyApplication app, String... args)
Same as thestart(TinyApplication, String...)
method, but will throw the exception.Constructors in net.morimekta.tiny.server with parameters of type TinyApplication Constructor Description Builder(TinyApplication server)
-