Interface HttpCore.RequestBody

All Known Implementing Classes:
HttpUtils.ByteArrayRequestBody, HttpUtils.FormRequestBody, HttpUtils.JsonRequestBody
Enclosing class:
HttpCore

public static interface HttpCore.RequestBody
Interface for an entity that supplies an httpCore request body
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getContentType()  
    byte[] getEncoded()