public abstract class MessageBody extends MessageParser implements ReadableByteChannel
| Modifier and Type | Method and Description |
|---|---|
void |
consume() |
abstract long |
position() |
long |
size() |
InputStream |
stream() |
getErrorContext, getErrorContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitreadpublic long size()
throws IOException
IOExceptionpublic abstract long position()
throws IOException
IOExceptionpublic InputStream stream() throws IOException
IOExceptionpublic void consume()
throws IOException
IOExceptionCopyright © 2022. All rights reserved.