Class ScxHttpBodyImpl
java.lang.Object
cool.scx.http.ScxHttpBodyImpl
- All Implemented Interfaces:
ScxHttpBody
ScxHttpBodyImpl
todo 这里的缓存可能导致性能损失 (可能需要重新设计一下)
- Version:
- 0.0.1
- Author:
- scx567888
-
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
-