Search
Preparing search index...
The search index is not available
Theia TypeDoc
Options
All
Public
Public/Protected
All
Inherited
Menu
Theia TypeDoc
core
MessagingContribution
ConnectionHandlers
Class ConnectionHandlers<T>
Type parameters
T
Hierarchy
ConnectionHandlers
Index
Constructors
constructor
Properties
handlers
parent
Methods
push
route
Constructors
constructor
new
Connection
Handlers<T>
(
parent
?:
ConnectionHandlers
<
T
>
)
:
ConnectionHandlers
<
T
>
Type parameters
T
Parameters
Optional
parent:
ConnectionHandlers
<
T
>
Returns
ConnectionHandlers
<
T
>
Properties
Protected
Readonly
handlers
handlers
:
(
(
path
:
string
, connection
:
T
)
=>
string
|
false
)
[]
= []
Protected
Optional
Readonly
parent
parent
:
ConnectionHandlers
<
T
>
Methods
push
push
(
spec
:
string
, callback
:
(
params
:
PathParams
, connection
:
T
)
=>
void
)
:
void
Parameters
spec:
string
callback:
(
params
:
PathParams
, connection
:
T
)
=>
void
(
params
:
PathParams
, connection
:
T
)
:
void
Parameters
params:
PathParams
connection:
T
Returns
void
Returns
void
route
route
(
path
:
string
, connection
:
T
)
:
string
|
false
Parameters
path:
string
connection:
T
Returns
string
|
false
Exports
core
Messaging
Contribution
Connection
Handlers
constructor
handlers
parent
push
route