Class StringBodyContent

  • All Implemented Interfaces:
    BodyContent

    public class StringBodyContent
    extends java.lang.Object
    implements BodyContent
    • Constructor Summary

      Constructors 
      Constructor Description
      StringBodyContent​(java.lang.String bodyContent)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.http.HttpEntity createEntity​(Request request)  
      java.lang.String getBodyContent()  
      • Methods inherited from class java.lang.Object

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

      • StringBodyContent

        public StringBodyContent​(java.lang.String bodyContent)
    • Method Detail

      • getBodyContent

        public java.lang.String getBodyContent()