Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
Atmosphere
Request
Interface Request
Index
Properties
async
attachHeadersAsQueryString
callback
close
connectTimeout
contentType
data
disconnect
dispatchUrl
dropHeaders
enableProtocol
enableXDR
execute
executeCallbackBeforeReconnect
fallbackMethod
fallbackTransport
getUUID
getUrl
headers
lastIndex
lastTimestamp
logLevel
maxReconnectOnClose
maxRequest
maxStreamingLength
messageDelimiter
method
onClientTimeout
onClose
onError
onFailureToReconnect
onLocalMessage
onMessage
onMessagePublished
onOpen
onReconnect
onReopen
onTransportFailure
pollingInterval
push
pushLocal
readResponsesHeaders
readyState
reconnect
reconnectInterval
requestCount
rewriteURL
shared
subscribe
suspend
timeout
trackMessageLength
transport
url
uuid
webSocketBinaryType
webSocketImpl
webSocketPathDelimiter
withCredentials
Properties
optional
public
async
?:
boolean
optional
public
attachHeadersAsQueryString
?:
boolean
optional
public
callback
?:
Function
optional
public
close
?:
() => void
optional
public
connectTimeout
?:
number
optional
public
contentType
?:
string
optional
public
data
?:
string
optional
public
disconnect
?:
() => void
optional
public
dispatchUrl
?:
string
optional
public
dropHeaders
?:
boolean
optional
public
enableProtocol
?:
boolean
optional
public
enableXDR
?:
boolean
optional
public
execute
?:
() => void
optional
public
executeCallbackBeforeReconnect
?:
boolean
optional
public
fallbackMethod
?:
string
optional
public
fallbackTransport
?:
string
optional
public
getUUID
?:
() => void
optional
public
getUrl
?:
() => string
optional
public
headers
?:
any
optional
public
lastIndex
?:
number
optional
public
lastTimestamp
?:
number
optional
public
logLevel
?:
string
optional
public
maxReconnectOnClose
?:
number
optional
public
maxRequest
?:
number
optional
public
maxStreamingLength
?:
number
optional
public
messageDelimiter
?:
string
optional
public
method
?:
string
optional
public
onClientTimeout
?:
(request?: Atmosphere.Request) => void
optional
public
onClose
?:
(response?: Atmosphere.Response) => void
optional
public
onError
?:
(response?: Atmosphere.Response) => void
optional
public
onFailureToReconnect
?:
(request?: Atmosphere.Request, response?: Atmosphere.Response) => void
optional
public
onLocalMessage
?:
(request?: Atmosphere.Request) => void
optional
public
onMessage
?:
(response: Atmosphere.Response) => void
optional
public
onMessagePublished
?:
(response?: Atmosphere.Response) => void
optional
public
onOpen
?:
(response?: Atmosphere.Response) => void
optional
public
onReconnect
?:
(request?: Atmosphere.Request, response?: Atmosphere.Response) => void
optional
public
onReopen
?:
(request?: Atmosphere.Request, response?: Atmosphere.Response) => void
optional
public
onTransportFailure
?:
(reason?: string, response?: Atmosphere.Response) => void
optional
public
pollingInterval
?:
number
optional
public
push
?:
(message: string, dispatchUrl?: string) => void
optional
public
pushLocal
?:
(message: string) => void
optional
public
readResponsesHeaders
?:
boolean
optional
public
readyState
?:
number
optional
public
reconnect
?:
boolean
optional
public
reconnectInterval
?:
number
optional
public
requestCount
?:
number
optional
public
rewriteURL
?:
boolean
optional
public
shared
?:
boolean
optional
public
subscribe
?:
(options: Atmosphere.Request) => void
optional
public
suspend
?:
boolean
optional
public
timeout
?:
number
optional
public
trackMessageLength
?:
boolean
optional
public
transport
?:
string
optional
public
url
?:
string
optional
public
uuid
?:
number
optional
public
webSocketBinaryType
?:
any
optional
public
webSocketImpl
?:
any
optional
public
webSocketPathDelimiter
?:
string
optional
public
withCredentials
?:
boolean
Globals
Atmosphere
Atmosphere
AtmosphereRequest
Request
async
attachHeadersAsQueryString
callback
close
connectTimeout
contentType
data
disconnect
dispatchUrl
dropHeaders
enableProtocol
enableXDR
execute
executeCallbackBeforeReconnect
fallbackMethod
fallbackTransport
getUUID
getUrl
headers
lastIndex
lastTimestamp
logLevel
maxReconnectOnClose
maxRequest
maxStreamingLength
messageDelimiter
method
onClientTimeout
onClose
onError
onFailureToReconnect
onLocalMessage
onMessage
onMessagePublished
onOpen
onReconnect
onReopen
onTransportFailure
pollingInterval
push
pushLocal
readResponsesHeaders
readyState
reconnect
reconnectInterval
requestCount
rewriteURL
shared
subscribe
suspend
timeout
trackMessageLength
transport
url
uuid
webSocketBinaryType
webSocketImpl
webSocketPathDelimiter
withCredentials
Response