public class HttpServer extends Object
| Constructor and Description |
|---|
HttpServer() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getIPAddressesOfLocalMachine()
Identifies local IP-address of the machine this server is executed on.
|
boolean |
isStarted()
Checks if the server is started.
|
void |
start()
Starting the server to enable communication.
|
void |
stop()
Stop the server.
|
public void start()
public boolean isStarted()
public void stop()
public static String getIPAddressesOfLocalMachine()
Copyright © 2019. All rights reserved.