Search
Preparing search index...
The search index is not available
Community Solid Server
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Community Solid Server
index
ExpressHttpServerFactory
Class ExpressHttpServerFactory
Hierarchy
ExpressHttpServerFactory
Implements
HttpServerFactory
Index
Constructors
constructor
Properties
handler
logger
Methods
create
App
start
Server
Constructors
constructor
new
Express
Http
Server
Factory
(
handler
:
HttpHandler
)
:
ExpressHttpServerFactory
Parameters
handler:
HttpHandler
Returns
ExpressHttpServerFactory
Properties
Private
Readonly
handler
handler
:
HttpHandler
Protected
Readonly
logger
logger
:
Logger
= ...
Methods
Protected
create
App
create
App
(
)
:
Express
Returns
Express
start
Server
start
Server
(
port
:
number
)
:
Server
Parameters
port:
number
Returns
Server
Exports
index
Express
Http
Server
Factory
constructor
handler
logger
create
App
start
Server