Search
Preparing search index...
The search index is not available
com.phloxui
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"share/DefaultConnectionManager"
DefaultConnectionManager
Class DefaultConnectionManager
Hierarchy
DefaultConnectionManager
Implements
IConnectionManager
Index
Constructors
constructor
Properties
PROCESS_
OPTIONS
baseURLs
bg
Process
Mgr
default
Headers
http
mode
name
params
phlox
App
Info
search
Methods
add
BaseURLs
add
Connection
Options
Setting
add
Request
Options
Headers
add
Request
Options
Params
add
Request
Options
Search
create
Resource
delete
delete
With
Http
Info
get
get
Append
BaseURL
get
Connection
Quality
get
Max
Duration
Millisec
get
Name
get
Phlox
App
Info
get
Response
Body
AsContent
get
Response
Body
Http
Promise
get
Running
Processes
get
Running
Processes
Count
get
With
Http
Info
head
head
With
Http
Info
load
BalanceURL
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
Default
Connection
Manager
(
baseURLs
:
string
|
string
[]
, http
:
Http
, bgProcMgr
:
IBackgroundProcessManager
)
:
DefaultConnectionManager
Parameters
baseURLs:
string
|
string
[]
http:
Http
bgProcMgr:
IBackgroundProcessManager
Returns
DefaultConnectionManager
Properties
Private
PROCESS_
OPTIONS
PROCESS_
OPTIONS
:
any
Private
baseURLs
baseURLs
:
string
[]
Private
bg
Process
Mgr
bg
Process
Mgr
:
IBackgroundProcessManager
Private
default
Headers
default
Headers
:
Headers
Private
http
http
:
Http
Private
mode
mode
:
any
Private
name
name
:
string
Private
params
params
:
any
Private
phlox
App
Info
phlox
App
Info
:
PhloxAppInfo
Private
search
search
:
any
Methods
add
BaseURLs
add
BaseURLs
(
url
:
string
)
:
void
Parameters
url:
string
Returns
void
Private
add
Connection
Options
Setting
add
Connection
Options
Setting
(
options
:
RequestOptionsArgs
)
:
void
Parameters
options:
RequestOptionsArgs
Returns
void
Private
add
Request
Options
Headers
add
Request
Options
Headers
(
options
:
RequestOptionsArgs
, headers
:
Headers
)
:
void
Parameters
options:
RequestOptionsArgs
headers:
Headers
Returns
void
Private
add
Request
Options
Params
add
Request
Options
Params
(
options
:
RequestOptionsArgs
, params
:
any
)
:
void
Parameters
options:
RequestOptionsArgs
params:
any
Returns
void
Private
add
Request
Options
Search
add
Request
Options
Search
(
options
:
RequestOptionsArgs
, search
:
any
)
:
void
Parameters
options:
RequestOptionsArgs
search:
any
Returns
void
create
Resource
create
Resource<R>
(
type
:
object
)
:
R
Type parameters
R
:
AbstractServerResource
Parameters
type:
object
Returns
R
delete
delete
(
url
:
string
, requestOptionsArgs
:
any
)
:
Promise
<
any
>
Parameters
url:
string
requestOptionsArgs:
any
Returns
Promise
<
any
>
delete
With
Http
Info
delete
With
Http
Info
(
url
:
string
, requestOptionsArgs
:
any
)
:
Promise
<
Response
>
Parameters
url:
string
requestOptionsArgs:
any
Returns
Promise
<
Response
>
get
get
(
url
:
string
, requestOptionsArgs
:
any
)
:
Promise
<
any
>
Parameters
url:
string
requestOptionsArgs:
any
Returns
Promise
<
any
>
Private
get
Append
BaseURL
get
Append
BaseURL
(
value
:
string
)
:
string
Parameters
value:
string
Returns
string
get
Connection
Quality
get
Connection
Quality
(
)
:
number
Returns
number
Private
get
Max
Duration
Millisec
get
Max
Duration
Millisec
(
)
:
number
Returns
number
get
Name
get
Name
(
)
:
string
Returns
string
get
Phlox
App
Info
get
Phlox
App
Info
(
)
:
PhloxAppInfo
Returns
PhloxAppInfo
Private
get
Response
Body
AsContent
get
Response
Body
AsContent
(
response
:
any
)
:
any
Parameters
response:
any
Returns
any
Private
get
Response
Body
Http
Promise
get
Response
Body
Http
Promise
(
httpProm
:
Promise
<
Response
>
)
:
Promise
<
any
>
Parameters
httpProm:
Promise
<
Response
>
Returns
Promise
<
any
>
get
Running
Processes
get
Running
Processes
(
option
?:
any
)
:
BackgroundProcess
[]
Parameters
Optional
option:
any
Returns
BackgroundProcess
[]
get
Running
Processes
Count
get
Running
Processes
Count
(
option
?:
any
)
:
number
Parameters
Optional
option:
any
Returns
number
get
With
Http
Info
get
With
Http
Info
(
url
:
string
, requestOptionsArgs
:
any
)
:
Promise
<
Response
>
Parameters
url:
string
requestOptionsArgs:
any
Returns
Promise
<
Response
>
head
head
(
url
:
string
, requestOptionsArgs
:
any
)
:
Promise
<
any
>
Parameters
url:
string
requestOptionsArgs:
any
Returns
Promise
<
any
>
head
With
Http
Info
head
With
Http
Info
(
url
:
string
, requestOptionsArgs
:
any
)
:
Promise
<
Response
>
Parameters
url:
string
requestOptionsArgs:
any
Returns
Promise
<
Response
>
Private
load
BalanceURL
load
BalanceURL
(
)
:
string
Returns
string
options
options
(
url
:
string
, requestOptionsArgs
:
any
)
:
Promise
<
any
>
Parameters
url:
string
requestOptionsArgs:
any
Returns
Promise
<
any
>
options
With
Http
Info
options
With
Http
Info
(
url
:
string
, requestOptionsArgs
:
any
)
:
Promise
<
Response
>
Parameters
url:
string
requestOptionsArgs:
any
Returns
Promise
<
Response
>
patch
patch
(
url
:
string
, body
:
any
, requestOptionsArgs
:
any
)
:
Promise
<
any
>
Parameters
url:
string
body:
any
requestOptionsArgs:
any
Returns
Promise
<
any
>
patch
With
Http
Info
patch
With
Http
Info
(
url
:
string
, body
:
any
, requestOptionsArgs
:
any
)
:
Promise
<
Response
>
Parameters
url:
string
body:
any
requestOptionsArgs:
any
Returns
Promise
<
Response
>
post
post
(
url
:
string
, body
:
any
, requestOptionsArgs
:
any
)
:
Promise
<
any
>
Parameters
url:
string
body:
any
requestOptionsArgs:
any
Returns
Promise
<
any
>
post
With
Http
Info
post
With
Http
Info
(
url
:
string
, body
:
any
, requestOptionsArgs
:
any
)
:
Promise
<
Response
>
Parameters
url:
string
body:
any
requestOptionsArgs:
any
Returns
Promise
<
Response
>
put
put
(
url
:
string
, body
:
any
, requestOptionsArgs
:
any
)
:
Promise
<
any
>
Parameters
url:
string
body:
any
requestOptionsArgs:
any
Returns
Promise
<
any
>
put
With
Http
Info
put
With
Http
Info
(
url
:
string
, body
:
any
, requestOptionsArgs
:
any
)
:
Promise
<
Response
>
Parameters
url:
string
body:
any
requestOptionsArgs:
any
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
:
any
)
:
Promise
<
any
>
Parameters
url:
string
requestOptionsArgs:
any
Returns
Promise
<
any
>
request
With
Http
Info
request
With
Http
Info
(
url
:
string
, requestOptionsArgs
:
any
)
:
Promise
<
Response
>
Parameters
url:
string
requestOptionsArgs:
any
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
"share/
Default
Connection
Manager"
Default
Connection
Manager
constructor
PROCESS_
OPTIONS
baseURLs
bg
Process
Mgr
default
Headers
http
mode
name
params
phlox
App
Info
search
add
BaseURLs
add
Connection
Options
Setting
add
Request
Options
Headers
add
Request
Options
Params
add
Request
Options
Search
create
Resource
delete
delete
With
Http
Info
get
get
Append
BaseURL
get
Connection
Quality
get
Max
Duration
Millisec
get
Name
get
Phlox
App
Info
get
Response
Body
AsContent
get
Response
Body
Http
Promise
get
Running
Processes
get
Running
Processes
Count
get
With
Http
Info
head
head
With
Http
Info
load
BalanceURL
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
DELETE
GET
HEAD
LATENCY
OPTIONS
PATCH
PING
POST
PUT
ROUND_
ROBIN
Generated using
TypeDoc