Interface HttpInterface

All Known Implementing Classes:
Http

public interface HttpInterface
  • Method Summary

    Modifier and Type Method Description
    java.net.HttpURLConnection post​(java.net.URL url, java.lang.String json)  
  • Method Details

    • post

      java.net.HttpURLConnection post​(java.net.URL url, java.lang.String json) throws java.io.IOException
      Throws:
      java.io.IOException