Uses of Interface
gnu.rfb.server.RFBAuthenticator

Packages that use RFBAuthenticator
gnu.rfb.server   
 

Uses of RFBAuthenticator in gnu.rfb.server
 

Classes in gnu.rfb.server that implement RFBAuthenticator
 class DefaultRFBAuthenticator
          Provides authentication for the VNC protocol.
 

Constructors in gnu.rfb.server with parameters of type RFBAuthenticator
RFBHost(int port, java.lang.String displayName, java.lang.Class rfbServerClass, RFBAuthenticator authenticator)
           
RFBSocket(java.net.Socket socket, RFBServer server, RFBHost host, RFBAuthenticator authenticator)
          new constructor by Marcus Wolschon
RFBSocket(java.net.Socket socket, RFBServer server, RFBHost host, RFBAuthenticator authenticator, boolean syncronous)
          new constructor by Marcus Wolschon