public class CIOMultipartDataBase
Represents a multipart data object that does parse and convert parts to ktor's PartData
| Constructor and Description |
|---|
CIOMultipartDataBase(NonExistentClass coroutineContext,
kotlinx.coroutines.io.ByteReadChannel channel,
java.lang.CharSequence contentType,
java.lang.Long contentLength,
int formFieldLimit,
int inMemoryFileUploadLimit)
Represents a multipart data object that does parse and convert parts to ktor's PartData
|
| Modifier and Type | Method and Description |
|---|---|
NonExistentClass |
getCoroutineContext() |
java.lang.Object |
readPart(kotlin.coroutines.experimental.Continuation<? super io.ktor.http.content.PartData> p) |
public CIOMultipartDataBase(NonExistentClass coroutineContext,
kotlinx.coroutines.io.ByteReadChannel channel,
java.lang.CharSequence contentType,
java.lang.Long contentLength,
int formFieldLimit,
int inMemoryFileUploadLimit)
Represents a multipart data object that does parse and convert parts to ktor's PartData