Interface SocksUsernamePasswordAuthentication


public interface SocksUsernamePasswordAuthentication
SOCKS 5 Username Password Authentication defined in RFC 1929 Section 2
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    Get Password byte array with a maximum length of 255
    Get Username for authentication with a maximum length of 255
  • Method Details

    • getUsername

      String getUsername()
      Get Username for authentication with a maximum length of 255
      Returns:
      Username
    • getPassword

      byte[] getPassword()
      Get Password byte array with a maximum length of 255
      Returns:
      Password