Public Instance Methods : IuSstCommunicationMessage
closeAfterSend
"ACTION
Answer true if the transport should release all resources used to
send the receiver.
RETURN VALUE
<Boolean>"
closeAfterSend: value
"ACTION
If @value is true then the transport should release all resources
used to send the receiver.
PARAMETERS
value : <Boolean>"
contents
"ACTION
Answer the contents of the message.
RETURN VALUE
<Object>
NOTES
The form of the result is very transport-specific."
contents: value
"ACTION
Set the contents of the receiver.
PARAMETERS
value : <Object>
NOTES
The form of @value is very transport-specific."
flushAfterSend
"ACTION
Answer true if the transport should ensure that all bytes are transmitted
immediately when sending the receiver.
RETURN VALUE
<Boolean>"
flushAfterSend: value
"ACTION
If @value is true then the transport will ensure that all bytes are transmitted
immediately when sending the receiver.
PARAMETERS
value : <Boolean>"
header
"ACTION
Answer the header of the message.
RETURN VALUE
<Object>
NOTES
The form of the result is very transport-specific."
header: value
"ACTION
Set the header of the receiver.
PARAMETERS
value : <Object>
NOTES
The form of @value is very transport-specific."
sender
"ACTION
Answer the sender of the receiver.
RETURN VALUE
value : <IuSstRemoteEndpoint>"
sender: value
"ACTION
Set the sender of the receiver.
PARAMETERS
value : <IuSstRemoteEndpoint>"
sstIsMessage
"ACTION
Return true to indicate that the receiver is an SST communication
message.
RETURN VALUE
<true>
NOTES
The class Object may implement this method to return false for
the general case."
[FIRST] [PREV] [NEXT] [LAST]