Class OkHttpClientAdapter

  • All Implemented Interfaces:
    com.microsoft.aad.msal4j.IHttpClient

    public class OkHttpClientAdapter
    extends Object
    implements com.microsoft.aad.msal4j.IHttpClient
    • Constructor Detail

      • OkHttpClientAdapter

        public OkHttpClientAdapter​(okhttp3.OkHttpClient httpClient)
    • Method Detail

      • send

        public com.microsoft.aad.msal4j.IHttpResponse send​(com.microsoft.aad.msal4j.HttpRequest httpRequest)
                                                    throws Exception
        Specified by:
        send in interface com.microsoft.aad.msal4j.IHttpClient
        Throws:
        Exception