abstract class StreamBasedMessage extends Object
Modifier and Type | Field and Description |
---|---|
AttachmentSet |
attachments
The attachments of this message
(attachments live outside a message.)
|
Packet |
properties
The properties of the message.
|
Modifier | Constructor and Description |
---|---|
protected |
StreamBasedMessage(Packet properties)
Create a new message.
|
protected |
StreamBasedMessage(Packet properties,
AttachmentSet attachments)
Create a new message.
|
public final Packet properties
public final AttachmentSet attachments
protected StreamBasedMessage(Packet properties)
properties
- the properties of the message.protected StreamBasedMessage(Packet properties, AttachmentSet attachments)
properties
- the properties of the message.attachments
- the attachments of the message.Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.