|
Message Security Layer (MSL) | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MessageOutputStream | |
---|---|
com.netflix.msl.msg | Messaging classes, including the MSL stack interface MslControl . |
Uses of MessageOutputStream in com.netflix.msl.msg |
---|
Fields in com.netflix.msl.msg declared as MessageOutputStream | |
---|---|
MessageOutputStream |
MslControl.MslChannel.output
Message output stream to write to the remote entity. |
MessageOutputStream |
MslControl.SendResult.request
The request message output stream. |
Methods in com.netflix.msl.msg with parameters of type MessageOutputStream | |
---|---|
void |
MslControl.FilterMessageContext.write(MessageOutputStream output)
|
void |
MslControl.ResendMessageContext.write(MessageOutputStream output)
|
void |
MslControl.KeyxResponseMessageContext.write(MessageOutputStream output)
|
void |
MessageContext.write(MessageOutputStream output)
Called when the message is ready to be sent. |
Constructors in com.netflix.msl.msg with parameters of type MessageOutputStream | |
---|---|
MslControl.MslChannel(MessageInputStream input,
MessageOutputStream output)
Create a new MSL channel with the provided input and output streams. |
|
MslControl.SendResult(MessageOutputStream request,
boolean handshake)
Create a new result with the provided message output stream containing the cached application data (which was not sent if the message was a handshake). |
|
Message Security Layer (MSL) | |||||||||
PREV NEXT | FRAMES NO FRAMES |