Package kong.unirest.core
Class TestBody
java.lang.Object
kong.unirest.core.TestBody
- All Implemented Interfaces:
Body
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface kong.unirest.core.Body
getBoundary, getCharset, getField, getMode, getMonitor, uniPart
-
Field Details
-
parts
-
-
Constructor Details
-
TestBody
-
-
Method Details
-
multiParts
- Specified by:
multiParts
in interfaceBody
-
isMultiPart
public boolean isMultiPart()- Specified by:
isMultiPart
in interfaceBody
-
isEntityBody
public boolean isEntityBody()- Specified by:
isEntityBody
in interfaceBody
-