Modifier and Type | Field and Description |
---|---|
Hashtable |
entries |
String |
hostName |
int |
hostPort |
boolean |
isAppletServer
If this is true then it acts as a server for WebBrowsers.
|
Constructor and Description |
---|
RemoteAppServer() |
Modifier and Type | Method and Description |
---|---|
void |
addApplication(RemoteAppEntry entry) |
void |
copyToOther(RemoteAppServer dest) |
String |
optionIt(String display,
String value) |
String |
optionIt(String display,
String value,
boolean selected) |
void |
runServer(ServerSocket ss)
Run the server.
|
public Hashtable entries
public boolean isAppletServer
public String hostName
public int hostPort
public void addApplication(RemoteAppEntry entry)
public void copyToOther(RemoteAppServer dest)
public void runServer(ServerSocket ss)
ss
- the ServerSocket to run the server on.