Class OkHttpClientUsageServicePlaceholder


  • public class OkHttpClientUsageServicePlaceholder
    extends java.lang.Object
    Just here to trigger some javadoc and some external dependency usage
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void getTarget​(java.lang.String targetUrl)
      get response of a targetUrl using OkHttpClient See URL
      • Methods inherited from class java.lang.Object

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

      • OkHttpClientUsageServicePlaceholder

        public OkHttpClientUsageServicePlaceholder()
    • Method Detail

      • getTarget

        public void getTarget​(java.lang.String targetUrl)
        get response of a targetUrl using OkHttpClient See URL
        Parameters:
        targetUrl - the targeturl to attempt a download