Class HttpStreamTools


  • public class HttpStreamTools
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      HttpStreamTools()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.io.InputStream streamContent​(HttpInterface httpInterface, org.apache.http.client.methods.HttpUriRequest request)  
      • Methods inherited from class java.lang.Object

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

      • HttpStreamTools

        public HttpStreamTools()
    • Method Detail

      • streamContent

        public static java.io.InputStream streamContent​(HttpInterface httpInterface,
                                                        org.apache.http.client.methods.HttpUriRequest request)