Class HttpClient


  • public class HttpClient
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      okhttp3.Response request​(java.lang.String httpMethod, java.lang.String relativeUrl, java.util.Map<java.lang.String,​java.lang.Object> options, java.lang.String body)  
      • Methods inherited from class java.lang.Object

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

      • request

        public okhttp3.Response request​(java.lang.String httpMethod,
                                        java.lang.String relativeUrl,
                                        java.util.Map<java.lang.String,​java.lang.Object> options,
                                        java.lang.String body)
                                 throws java.io.IOException
        Throws:
        java.io.IOException