Class SecureNativeHTTPClient

  • All Implemented Interfaces:
    HttpClient

    public class SecureNativeHTTPClient
    extends java.lang.Object
    implements HttpClient
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static okhttp3.MediaType JSON  
    • Method Summary

      Modifier and Type Method Description
      HttpResponse post​(java.lang.String path, java.lang.String json)  
      • Methods inherited from class java.lang.Object

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

      • JSON

        public static final okhttp3.MediaType JSON
    • Constructor Detail

    • Method Detail

      • post

        public HttpResponse post​(java.lang.String path,
                                 java.lang.String json)
                          throws java.io.IOException
        Specified by:
        post in interface HttpClient
        Throws:
        java.io.IOException