Interface Socks5PasswordAuthRequest

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String password()
      Returns the password of this request.
      String username()
      Returns the username of this request.
      • Methods inherited from interface io.netty.handler.codec.DecoderResultProvider

        decoderResult, setDecoderResult
    • Method Detail

      • username

        String username()
        Returns the username of this request.
      • password

        String password()
        Returns the password of this request.