Uses of Interface
socks.Authentication

Packages that use Authentication
socks   
 

Uses of Authentication in socks
 

Classes in socks that implement Authentication
 class AuthenticationNone
          SOCKS5 none authentication.
 class UserPasswordAuthentication
          SOCKS5 User Password authentication scheme.
 

Methods in socks that return Authentication
 Authentication Socks5Proxy.getAuthenticationMethod(int methodId)
          Get authentication method, which corresponds to given method id
 

Methods in socks with parameters of type Authentication
 boolean Socks5Proxy.setAuthenticationMethod(int methodId, Authentication method)
          Adds another authentication method.