gnu.rfb.server
Class RFBHost
java.lang.Object
|
+--gnu.rfb.server.RFBHost
- All Implemented Interfaces:
- Runnable
- public class RFBHost
- extends Object
- implements Runnable
Waits on a standard VNC socket and creates an RFBServer
implementation for each new, authenticated client.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
display
private int display
displayName
private String displayName
width
private int width
height
private int height
authenticator
private RFBAuthenticator authenticator
constructor
private Constructor constructor
sharedServer
private RFBServer sharedServer
RFBHost
public RFBHost(int display,
String displayName,
Class rfbServerClass,
int width,
int height,
RFBAuthenticator authenticator)
throws NoSuchMethodException
setSharedServer
public void setSharedServer(RFBServer sharedServer)
getSharedServer
public RFBServer getSharedServer()
run
public void run()
- Specified by:
run
in interface Runnable