VNCj

Package gnu.rfb.server

Interface Summary
RFBAuthenticator To be implemented by RFB authentication models.
RFBClient To be implemented by RFB client models.
RFBServer To be implemented by RFB servers, which must also define a constructor that accepts an integer (for the display number), a string (for the display name), and then two integers (suggested width and height).
 

Class Summary
DefaultRFBAuthenticator Free-access RFB authentication models.
DesCipher  
RFBClients Manages a group of RFB clients with individual properties.
RFBHost Waits on a standard VNC socket and creates an RFBServer implementation for each new, authenticated client.
RFBSocket Standard RFB client model using a simple Socket.
 


VNCj