Class InputStreamEntityOkHttp

java.lang.Object
org.infinispan.client.rest.impl.okhttp.InputStreamEntityOkHttp
All Implemented Interfaces:
RestEntityAdaptorOkHttp, RestEntity

public class InputStreamEntityOkHttp extends Object implements RestEntity, RestEntityAdaptorOkHttp
Since:
12.0
  • Constructor Details

    • InputStreamEntityOkHttp

      public InputStreamEntityOkHttp(org.infinispan.commons.dataconversion.MediaType contentType, InputStream inputStream)
  • Method Details