Closure Library API Documentation
Go to class or file:
labs.net.webChannel.WebChannelBaseTransport.ChannelProperties
Extends
Implementation of the
goog.net.WebChannel.RuntimeProperties
.
Useful links
Source Code
Git
Inheritance
goog.labs.net.webChannel.WebChannelBaseTransport.ChannelProperties
Constructor
goog.labs.net.webChannel.WebChannelBaseTransport.ChannelProperties(
channel
)
Parameters
channel
:
!
WebChannelBase
The underlying channel object.
Instance Methods
Public
Protected
Private
Defined in
goog.labs.net.webChannel.WebChannelBaseTransport.ChannelProperties
getConcurrentRequestLimit
()
No description.
code »
isSpdyEnabled
()
No description.
code »
Instance Properties
Defined in
goog.labs.net.webChannel.WebChannelBaseTransport.ChannelProperties
channel_
:
goog.labs.net.webChannel.WebChannelBase
The underlying channel object.
Code »
getNonAckedMessageCount
:
No description.
Code »
serverFlowControlEnabled_
:
The flag to turn on/off server-side flow control.
Code »
setServerFlowControl
:
No description.
Code »
Package labs.net.webChannel.WebChannelBaseTransport
Package Reference