public interface IncomingAttachments
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close the incoming attachments stream.
|
boolean |
hasNextAttachment()
Check if there are more attachments in this request/response.
|
Attachment |
nextAttachment()
Returns an Attachment object for the next attachment on the wire.
|
void close()
throws java.io.IOException
java.io.IOException
boolean hasNextAttachment()
throws java.io.IOException
java.io.IOExceptionAttachment nextAttachment() throws java.io.IOException
java.io.IOException