public interface JsonNioServer
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
getPort() |
void |
scriptCallback(String msg)
from StatusManager
|
void |
send(int port,
String msg)
from JmolPanel and SYNC command
|
void |
startService(int port,
JsonNioClient client,
Viewer jmolViewer,
String name,
int version) |
void scriptCallback(String msg)
msg - int getPort()
void send(int port,
String msg)
port - msg - void startService(int port,
JsonNioClient client,
Viewer jmolViewer,
String name,
int version)
throws IOException
IOExceptionvoid close()