Class BasicAuthRequestStrategy

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.asynchttpclient.RequestBuilder addAuthHeaders​(org.asynchttpclient.RequestBuilder builder, User user)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BasicAuthRequestStrategy

        public BasicAuthRequestStrategy()
    • Method Detail