public class JFXServer extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
LOGGING_CONFIG_XML |
| Modifier and Type | Method and Description |
|---|---|
String |
getBindHost() |
int |
getBindPort() |
static JFXServer |
getInstance() |
int |
getNextIncomingConnectionID() |
static void |
main(String[] args) |
static void |
stop() |
public static final String LOGGING_CONFIG_XML
public JFXServer(String host, int port)
public static JFXServer getInstance()
public static void main(String[] args) throws IOException
IOExceptionpublic String getBindHost()
public int getBindPort()
public int getNextIncomingConnectionID()
public static void stop()