|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgnu.rfb.server.RFBClients
public class RFBClients
Represents the clients connected to an RFB host.
Constructor Summary | |
---|---|
RFBClients()
Empty constructor. |
Method Summary | |
---|---|
void |
addClient(RFBClient client)
Add a client to the list of clients. |
void |
closeAll()
Removes all clients. |
java.util.Enumeration |
elements()
|
java.lang.Object |
getProperty(RFBClient client,
java.lang.String key)
|
boolean |
isEmpty()
|
void |
removeClient(RFBClient client)
Remove a client from the list of clients. |
void |
setProperty(RFBClient client,
java.lang.String key,
java.lang.Object value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RFBClients()
Method Detail |
---|
public boolean isEmpty()
public void addClient(RFBClient client)
client
- The client to add.public void removeClient(RFBClient client)
client
- The client to remove.public void closeAll()
public java.util.Enumeration elements()
public void setProperty(RFBClient client, java.lang.String key, java.lang.Object value)
client
- key
- value
- public java.lang.Object getProperty(RFBClient client, java.lang.String key)
client
- key
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |