Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/core
node/messaging/default-messaging-service
ConnectionHandlers
Class ConnectionHandlers<T>
Type Parameters
T
Index
Constructors
constructor
Properties
handlers
parent?
Methods
push
route
Constructors
constructor
new
ConnectionHandlers
<
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
:
MessagingService
.
PathParams
,
connection
:
T
)
=>
void
,
)
:
void
Parameters
spec
:
string
callback
:
(
params
:
MessagingService
.
PathParams
,
connection
:
T
)
=>
void
Returns
void
route
route
(
path
:
string
,
connection
:
T
)
:
string
|
false
Parameters
path
:
string
connection
:
T
Returns
string
|
false
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
handlers
parent
Methods
push
route
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...