Class MultiPartPartImpl
java.lang.Object
cool.scx.http.media.multi_part.MultiPartPartImpl
- All Implemented Interfaces:
ScxHttpBody, MultiPartPart, MultiPartPartWritable
MultiPartPartImpl
- Version:
- 0.0.1
- Author:
- scx567888
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncool.scx.function.Function0<cool.scx.io.ByteInput, ?> body()body(cool.scx.function.Function0<cool.scx.io.ByteInput, ?> os) headers()headers(ScxHttpHeaders headers) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface MultiPartPart
as, byteInput, contentDisposition, contentType, filename, name, sizeMethods inherited from interface MultiPartPartWritable
body, body, body, body, body, contentDisposition, contentType, filename, name, sizeMethods inherited from interface ScxHttpBody
asBytes, asCacheBody, asEventStream, asFile, asFormParams, asGzipBody, asMultiPart, asNode, asObject, asObject, asString, asString
-
Constructor Details
-
MultiPartPartImpl
public MultiPartPartImpl()
-
-
Method Details
-
headers
- Specified by:
headersin interfaceMultiPartPartWritable
-
body
- Specified by:
bodyin interfaceMultiPartPartWritable
-
headers
- Specified by:
headersin interfaceMultiPartPart- Specified by:
headersin interfaceMultiPartPartWritable
-
body
public cool.scx.function.Function0<cool.scx.io.ByteInput, ?> body()- Specified by:
bodyin interfaceMultiPartPart
-