public class JVMLinkServer extends Object implements Runnable
ReflectedUniverse class.| Constructor and Description |
|---|
JVMLinkServer(int port) |
| Modifier and Type | Method and Description |
|---|---|
void |
debug(String msg) |
boolean |
getDebug() |
void |
listen()
Orders the server to begin listening for incoming connections.
|
static void |
main(String[] args) |
void |
run()
Continually listens for incoming client connections.
|
void |
setDebug(boolean debug) |
void |
shutServer()
Orders the server to terminate.
|
public void listen()
throws IOException
IOExceptionpublic void shutServer()
throws IOException
IOExceptionpublic void setDebug(boolean debug)
public boolean getDebug()
public void run()
public void debug(String msg)
public static void main(String[] args) throws IOException
IOExceptionCopyright © 2015–2022 SciJava. All rights reserved.