Class Responses


  • public class Responses
    extends java.lang.Object
    Since:
    3.0.0
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String bodyToString​(okhttp3.Response response)  
      static java.lang.String bodyToString​(okhttp3.ResponseBody body)  
      • Methods inherited from class java.lang.Object

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

      • bodyToString

        public static java.lang.String bodyToString​(okhttp3.Response response)
                                             throws java.io.IOException
        Throws:
        java.io.IOException
      • bodyToString

        public static java.lang.String bodyToString​(okhttp3.ResponseBody body)
                                             throws java.io.IOException
        Throws:
        java.io.IOException