| Package | Description |
|---|---|
| cz.abclinuxu.datoveschranky.common | |
| cz.abclinuxu.datoveschranky.common.entities | |
| cz.abclinuxu.datoveschranky.common.interfaces |
| Modifier and Type | Method and Description |
|---|---|
protected String |
FileAttachmentStorer.name(MessageEnvelope envelope,
Attachment attachment) |
OutputStream |
ByteArrayAttachmentStorer.store(MessageEnvelope envelope,
Attachment attachment) |
OutputStream |
FileAttachmentStorer.store(MessageEnvelope envelope,
Attachment attachment) |
| Modifier and Type | Field and Description |
|---|---|
protected List<Attachment> |
Message.attachments |
| Modifier and Type | Method and Description |
|---|---|
List<Attachment> |
Message.getAttachments()
Vrátí seznam příloh.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Message.setAttachments(List<Attachment> attachments) |
| Constructor and Description |
|---|
Message(MessageEnvelope env,
List<Attachment> attachs) |
Message(MessageEnvelope envelope,
TimeStamp ts,
Hash hs,
List<Attachment> attachments) |
| Modifier and Type | Method and Description |
|---|---|
OutputStream |
AttachmentStorer.store(MessageEnvelope envelope,
Attachment attachment)
Vráti výstupní proud, do kterého bude uložen obsah přílohy a u třídy
attachment příslušně nastaví obsah zprávy metodou setContent.
|
Copyright © 2017. All rights reserved.