net.xpc.DirectTransport.Message_ Extends
Message container that gets passed back and forth between windows.

Inheritance

Constructor

goog.net.xpc.DirectTransport.Message_(channelNameservicepayload)

Parameters

channelName : string
The channel name to tranport messages on.
service : string
The service to send the payload to.
payload : string
The payload to send.

Instance Methods

Public Protected Private
toLiteral() !Object
Converts a message to a literal object.
Returns: !Object  The message as a literal object.
code »

Instance Properties

channelName :
The name of the channel.
Code »
payload :
The payload.
Code »
service :
The service on the channel.
Code »

Static Methods

goog.net.xpc.DirectTransport.Message_.fromLiteral(literal) !DirectTransport.Message_
Creates a Message_ from a literal object.
Arguments:
literal : !Object
The literal to convert to Message.
Returns: !DirectTransport.Message_  The Message.
code »

Package net.xpc.DirectTransport

Package Reference