Class StringBodyParser

  • All Implemented Interfaces:
    BodyParser<String>

    public class StringBodyParser
    extends Object
    implements BodyParser<String>
    A body parser reading the full body and storing it in a string. The raw buffer of the body is appended into a String.