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
IOException
public void shutServer() throws IOException
IOException
public void setDebug(boolean debug)
public boolean getDebug()
public void run()
public void debug(String msg)
public static void main(String[] args) throws IOException
IOException
Copyright © 2015–2022 SciJava. All rights reserved.