Class Content

java.lang.Object
org.apache.http.client.fluent.Content

public class Content extends Object
This class represents arbitrary content of a specific type that can be consumed multiple times and requires no explicit deallocation.
  • Field Details

    • NO_CONTENT

      public static final Content NO_CONTENT
  • Constructor Details

    • Content

      public Content(byte[] raw, ContentType type)
  • Method Details