philia
Preparing search index...
project/project/philia
Project
Class Project
Index
Constructors
constructor
Properties
clients
config
handles
http?
logger
server?
Methods
http
Start
start
stop
verify
Config
create
Config
get
Client
Project
Constructors
constructor
new
Project
(
config
:
IConfig
,
handles
?:
HandleMap
)
:
Project
Parameters
config
:
IConfig
handles
:
HandleMap
= {}
Returns
Project
Properties
clients
clients
:
Set
<
default
>
= ...
config
config
:
IConfig
handles
handles
:
HandleMap
= {}
Optional
http
http
?:
default
logger
logger
:
Logger
Optional
server
server
?:
Server
|
Server
Methods
http
Start
httpStart
()
:
Promise
<
unknown
>
Returns
Promise
<
unknown
>
start
start
()
:
|
Promise
<
PromiseSettledResult
<
void
>
[]
>
|
Promise
<
Server
>
|
Promise
<
Server
>
Returns
Promise
<
PromiseSettledResult
<
void
>
[]
>
|
Promise
<
Server
>
|
Promise
<
Server
>
stop
stop
()
:
Promise
<
void
>
|
Promise
<
PromiseSettledResult
<
void
>
[]
>
Returns
Promise
<
void
>
|
Promise
<
PromiseSettledResult
<
void
>
[]
>
verify
Config
verifyConfig
()
:
void
Returns
void
Static
create
Config
createConfig
(
connect_type
:
"Impl"
|
"App"
,
role
?:
"Client"
|
"Server"
,
)
:
Promise
<
IConfig
>
Parameters
connect_type
:
"Impl"
|
"App"
Optional
role
:
"Client"
|
"Server"
Returns
Promise
<
IConfig
>
Static
get
Client
Project
getClientProject
(
connect_type
:
"Impl"
|
"App"
)
:
Promise
<
string
[]
>
Parameters
connect_type
:
"Impl"
|
"App"
Returns
Promise
<
string
[]
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
clients
config
handles
http
logger
server
Methods
http
Start
start
stop
verify
Config
create
Config
get
Client
Project
philia
Loading...