Class HttpUtils.ByteArrayRequestBody

    • Constructor Summary

      Constructors 
      Constructor Description
      ByteArrayRequestBody​(byte[] bytes, java.lang.String contentType)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getContentType()  
      byte[] getEncoded()  
      • Methods inherited from class java.lang.Object

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

      • ByteArrayRequestBody

        public ByteArrayRequestBody​(byte[] bytes,
                                    java.lang.String contentType)