public interface WebApiServer
void
start(int port)
stop()
void start(int port)
Starts the server on the specified port.
port
void stop()
Stops the server and releases the port.
Copyright © 2018. All rights reserved.