Class ScxHttpBodyImpl
java.lang.Object
cool.scx.http.ScxHttpBodyImpl
- All Implemented Interfaces:
ScxHttpBody
-
Constructor Summary
ConstructorsConstructorDescriptionScxHttpBodyImpl(InputStream inputStream, ScxHttpHeaders headers, int maxBufferSize) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface cool.scx.http.ScxHttpBody
as, asBytes, asFormParams, asJsonNode, asMultiPart, asMultiPartCached, asMultiPartCached, asObject, asObject, asPath, asString, asString
-
Constructor Details
-
ScxHttpBodyImpl
- Parameters:
inputStream- inputStreamheaders- headersmaxBufferSize- 最大缓冲数量 如果小于 0 则不缓冲
-
-
Method Details
-
headers
- Specified by:
headersin interfaceScxHttpBody
-
inputStream
- Specified by:
inputStreamin interfaceScxHttpBody
-
toString
-