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
server/ExpressHttpServerFactory
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
server/
Express
Http
Server
Factory
Express
Http
Server
Factory
constructor
handler
logger
create
App
start
Server