Search
Preparing search index...
The search index is not available
io.parrots
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"lib/share/ParrotsDefaultConnectionManager"
ParrotsDefaultConnectionManager
Class ParrotsDefaultConnectionManager
Hierarchy
DefaultConnectionManager
ParrotsDefaultConnectionManager
Implements
IConnectionManager
Index
Constructors
constructor
Properties
test
Data
test
Mode
Methods
add
BaseURLs
create
Resource
delete
delete
With
Http
Info
get
get
Connection
Quality
get
Name
get
Phlox
App
Info
get
Running
Processes
get
Running
Processes
Count
get
Test
Data
get
With
Http
Info
head
head
With
Http
Info
is
Test
Mode
options
options
With
Http
Info
patch
patch
With
Http
Info
post
post
With
Http
Info
put
put
With
Http
Info
remove
Default
Header
remove
Param
remove
Search
request
request
With
Http
Info
reset
BaseURLs
reset
Default
Headers
reset
Params
reset
Search
set
BaseURLs
set
Default
Header
set
Name
set
Param
set
Phlox
App
Info
set
Search
Constructors
constructor
new
Parrots
Default
Connection
Manager
(
baseURLs
:
string
|
string
[]
, http
:
Http
, bgProcMgr
:
IBackgroundProcessManager
, testMode
?:
boolean
, testData
?:
any
)
:
ParrotsDefaultConnectionManager
Parameters
baseURLs:
string
|
string
[]
http:
Http
bgProcMgr:
IBackgroundProcessManager
Optional
testMode:
boolean
Optional
testData:
any
Returns
ParrotsDefaultConnectionManager
Properties
Protected
test
Data
test
Data
:
any
Protected
test
Mode
test
Mode
:
boolean
Methods
add
BaseURLs
add
BaseURLs
(
url
:
string
)
:
void
Parameters
url:
string
Returns
void
create
Resource
create
Resource<R>
(
type
:
object
)
:
R
Type parameters
R
:
AbstractServerResource
Parameters
type:
object
Returns
R
delete
delete
(
url
:
string
, requestOptionsArgs
:
RequestOptionsArgs
)
:
Promise
<
any
>
Parameters
url:
string
requestOptionsArgs:
RequestOptionsArgs
Returns
Promise
<
any
>
delete
With
Http
Info
delete
With
Http
Info
(
url
:
string
, requestOptionsArgs
:
RequestOptionsArgs
, mergeDefaultHeader
?:
boolean
)
:
Promise
<
Response
>
Parameters
url:
string
requestOptionsArgs:
RequestOptionsArgs
Optional
mergeDefaultHeader:
boolean
Returns
Promise
<
Response
>
get
get
(
url
:
string
, requestOptionsArgs
:
RequestOptionsArgs
)
:
Promise
<
any
>
Parameters
url:
string
requestOptionsArgs:
RequestOptionsArgs
Returns
Promise
<
any
>
get
Connection
Quality
get
Connection
Quality
(
)
:
number
Returns
number
get
Name
get
Name
(
)
:
string
Returns
string
get
Phlox
App
Info
get
Phlox
App
Info
(
)
:
PhloxAppInfo
Returns
PhloxAppInfo
get
Running
Processes
get
Running
Processes
(
)
:
BackgroundProcess
[]
Returns
BackgroundProcess
[]
get
Running
Processes
Count
get
Running
Processes
Count
(
)
:
number
Returns
number
get
Test
Data
get
Test
Data
(
)
:
any
Returns
any
get
With
Http
Info
get
With
Http
Info
(
url
:
string
, requestOptionsArgs
:
RequestOptionsArgs
, mergeDefaultHeader
?:
boolean
)
:
Promise
<
Response
>
Parameters
url:
string
requestOptionsArgs:
RequestOptionsArgs
Optional
mergeDefaultHeader:
boolean
Returns
Promise
<
Response
>
head
head
(
url
:
string
, requestOptionsArgs
:
RequestOptionsArgs
)
:
Promise
<
any
>
Parameters
url:
string
requestOptionsArgs:
RequestOptionsArgs
Returns
Promise
<
any
>
head
With
Http
Info
head
With
Http
Info
(
url
:
string
, requestOptionsArgs
:
RequestOptionsArgs
, mergeDefaultHeader
?:
boolean
)
:
Promise
<
Response
>
Parameters
url:
string
requestOptionsArgs:
RequestOptionsArgs
Optional
mergeDefaultHeader:
boolean
Returns
Promise
<
Response
>
is
Test
Mode
is
Test
Mode
(
)
:
boolean
Returns
boolean
options
options
(
url
:
string
, requestOptionsArgs
:
RequestOptionsArgs
)
:
Promise
<
any
>
Parameters
url:
string
requestOptionsArgs:
RequestOptionsArgs
Returns
Promise
<
any
>
options
With
Http
Info
options
With
Http
Info
(
url
:
string
, requestOptionsArgs
:
RequestOptionsArgs
, mergeDefaultHeader
?:
boolean
)
:
Promise
<
Response
>
Parameters
url:
string
requestOptionsArgs:
RequestOptionsArgs
Optional
mergeDefaultHeader:
boolean
Returns
Promise
<
Response
>
patch
patch
(
url
:
string
, body
:
any
, requestOptionsArgs
:
RequestOptionsArgs
)
:
Promise
<
any
>
Parameters
url:
string
body:
any
requestOptionsArgs:
RequestOptionsArgs
Returns
Promise
<
any
>
patch
With
Http
Info
patch
With
Http
Info
(
url
:
string
, body
:
any
, requestOptionsArgs
:
RequestOptionsArgs
, mergeDefaultHeader
?:
boolean
)
:
Promise
<
Response
>
Parameters
url:
string
body:
any
requestOptionsArgs:
RequestOptionsArgs
Optional
mergeDefaultHeader:
boolean
Returns
Promise
<
Response
>
post
post
(
url
:
string
, body
:
any
, requestOptionsArgs
:
RequestOptionsArgs
)
:
Promise
<
any
>
Parameters
url:
string
body:
any
requestOptionsArgs:
RequestOptionsArgs
Returns
Promise
<
any
>
post
With
Http
Info
post
With
Http
Info
(
url
:
string
, body
:
any
, requestOptionsArgs
:
RequestOptionsArgs
, mergeDefaultHeader
?:
boolean
)
:
Promise
<
Response
>
Parameters
url:
string
body:
any
requestOptionsArgs:
RequestOptionsArgs
Optional
mergeDefaultHeader:
boolean
Returns
Promise
<
Response
>
put
put
(
url
:
string
, body
:
any
, requestOptionsArgs
:
RequestOptionsArgs
)
:
Promise
<
any
>
Parameters
url:
string
body:
any
requestOptionsArgs:
RequestOptionsArgs
Returns
Promise
<
any
>
put
With
Http
Info
put
With
Http
Info
(
url
:
string
, body
:
any
, requestOptionsArgs
:
RequestOptionsArgs
, mergeDefaultHeader
?:
boolean
)
:
Promise
<
Response
>
Parameters
url:
string
body:
any
requestOptionsArgs:
RequestOptionsArgs
Optional
mergeDefaultHeader:
boolean
Returns
Promise
<
Response
>
remove
Default
Header
remove
Default
Header
(
key
:
string
)
:
void
Parameters
key:
string
Returns
void
remove
Param
remove
Param
(
key
:
string
)
:
void
Parameters
key:
string
Returns
void
remove
Search
remove
Search
(
key
:
string
)
:
void
Parameters
key:
string
Returns
void
request
request
(
url
:
string
, requestOptionsArgs
:
RequestOptionsArgs
)
:
Promise
<
any
>
Parameters
url:
string
requestOptionsArgs:
RequestOptionsArgs
Returns
Promise
<
any
>
request
With
Http
Info
request
With
Http
Info
(
url
:
string
, requestOptionsArgs
:
RequestOptionsArgs
, mergeDefaultHeader
?:
boolean
)
:
Promise
<
Response
>
Parameters
url:
string
requestOptionsArgs:
RequestOptionsArgs
Optional
mergeDefaultHeader:
boolean
Returns
Promise
<
Response
>
reset
BaseURLs
reset
BaseURLs
(
)
:
void
Returns
void
reset
Default
Headers
reset
Default
Headers
(
)
:
void
Returns
void
reset
Params
reset
Params
(
)
:
void
Returns
void
reset
Search
reset
Search
(
)
:
void
Returns
void
set
BaseURLs
set
BaseURLs
(
urls
:
string
|
string
[]
)
:
void
Parameters
urls:
string
|
string
[]
Returns
void
set
Default
Header
set
Default
Header
(
key
:
string
, value
:
string
)
:
void
Parameters
key:
string
value:
string
Returns
void
set
Name
set
Name
(
name
:
string
)
:
void
Parameters
name:
string
Returns
void
set
Param
set
Param
(
key
:
string
, value
:
any
)
:
void
Parameters
key:
string
value:
any
Returns
void
set
Phlox
App
Info
set
Phlox
App
Info
(
phloxAppInfo
:
PhloxAppInfo
)
:
void
Parameters
phloxAppInfo:
PhloxAppInfo
Returns
void
set
Search
set
Search
(
key
:
string
, value
:
any
)
:
void
Parameters
key:
string
value:
any
Returns
void
Globals
"lib/share/
Parrots
Default
Connection
Manager"
Parrots
Default
Connection
Manager
constructor
test
Data
test
Mode
add
BaseURLs
create
Resource
delete
delete
With
Http
Info
get
get
Connection
Quality
get
Name
get
Phlox
App
Info
get
Running
Processes
get
Running
Processes
Count
get
Test
Data
get
With
Http
Info
head
head
With
Http
Info
is
Test
Mode
options
options
With
Http
Info
patch
patch
With
Http
Info
post
post
With
Http
Info
put
put
With
Http
Info
remove
Default
Header
remove
Param
remove
Search
request
request
With
Http
Info
reset
BaseURLs
reset
Default
Headers
reset
Params
reset
Search
set
BaseURLs
set
Default
Header
set
Name
set
Param
set
Phlox
App
Info
set
Search
Generated using
TypeDoc