public class MultipartEvent
Represents a multipart content starting event. Every part need to be completely consumed or released via MultipartEvent.release
MultipartEvent.release| Modifier and Type | Class and Description |
|---|---|
static class |
MultipartEvent.Epilogue
Represents a multipart content epilogue. A multipart stream could have at most one epilogue.
|
static class |
MultipartEvent.MultipartPart
Represents a multipart part. There could be any number of parts in a multipart stream. Please note that
it is important to consume body otherwise multipart parser could get stuck (suspend)
so you will not receive more events.
|
static class |
MultipartEvent.Preamble
Represents a multipart content preamble. A multipart stream could have at most one preamble.
|
| Modifier and Type | Method and Description |
|---|---|
void |
release()
Release underlying data/packet.
|