Uses of Class
socks.server.ServerAuthenticatorNone

Packages that use ServerAuthenticatorNone
socks.server   
 

Uses of ServerAuthenticatorNone in socks.server
 

Subclasses of ServerAuthenticatorNone in socks.server
 class IdentAuthenticator
          An implementation of socks.ServerAuthentication which provides simple authentication based on the host from which the connection is made and the name of the user on the remote machine, as reported by identd daemon on the remote machine.
 class UserPasswordAuthenticator
          This class implements SOCKS5 User/Password authentication scheme as defined in rfc1929,the server side of it.