jira.js
Guide
GitHub
Preparing search index...
server
AsyncContext
Interface AsyncContext
interface
AsyncContext
{
request
?:
ServletRequest
;
response
?:
{
bufferSize
?:
number
;
characterEncoding
?:
string
;
committed
?:
boolean
;
contentLength
?:
number
;
contentLengthLong
?:
number
;
contentType
?:
string
;
locale
?:
{
country
?:
string
;
displayCountry
?:
string
;
displayLanguage
?:
string
;
displayName
?:
string
;
displayScript
?:
string
;
displayVariant
?:
string
;
extensionKeys
?:
string
[]
;
iso3Country
?:
string
;
iso3Language
?:
string
;
language
?:
string
;
script
?:
string
;
unicodeLocaleAttributes
?:
string
[]
;
unicodeLocaleKeys
?:
string
[]
;
variant
?:
string
;
[
key
:
string
]:
unknown
;
}
;
outputStream
?:
{
ready
?:
boolean
;
writeListener
?:
{
[
key
:
string
]:
unknown
}
;
[
key
:
string
]:
unknown
;
}
;
writer
?:
Record
<
string
,
any
>
;
[
key
:
string
]:
unknown
;
}
;
timeout
?:
number
;
}
Index
Properties
request?
response?
timeout?
Properties
Optional
request
request
?:
ServletRequest
Optional
response
response
?:
{
bufferSize
?:
number
;
characterEncoding
?:
string
;
committed
?:
boolean
;
contentLength
?:
number
;
contentLengthLong
?:
number
;
contentType
?:
string
;
locale
?:
{
country
?:
string
;
displayCountry
?:
string
;
displayLanguage
?:
string
;
displayName
?:
string
;
displayScript
?:
string
;
displayVariant
?:
string
;
extensionKeys
?:
string
[]
;
iso3Country
?:
string
;
iso3Language
?:
string
;
language
?:
string
;
script
?:
string
;
unicodeLocaleAttributes
?:
string
[]
;
unicodeLocaleKeys
?:
string
[]
;
variant
?:
string
;
[
key
:
string
]:
unknown
;
}
;
outputStream
?:
{
ready
?:
boolean
;
writeListener
?:
{
[
key
:
string
]:
unknown
}
;
[
key
:
string
]:
unknown
;
}
;
writer
?:
Record
<
string
,
any
>
;
[
key
:
string
]:
unknown
;
}
Optional
timeout
timeout
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
request
response
timeout
Guide
GitHub
jira.js
Loading...