Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/core
common/messaging/proxy-factory
RpcConnectionHandler
Class RpcConnectionHandler<T>
Type Parameters
T
extends
object
Hierarchy (
View Summary
)
RpcConnectionHandler
JsonRpcConnectionHandler
Implements
ConnectionHandler
Index
Constructors
constructor
Properties
factory
Constructor
path
target
Factory
Methods
on
Connection
Constructors
constructor
new
RpcConnectionHandler
<
T
extends
object
>
(
path
:
string
,
targetFactory
:
(
proxy
:
RpcProxy
<
T
>
)
=>
any
,
factoryConstructor
?:
new
()
=>
RpcProxyFactory
<
T
>
,
)
:
RpcConnectionHandler
<
T
>
Type Parameters
T
extends
object
Parameters
path
:
string
targetFactory
:
(
proxy
:
RpcProxy
<
T
>
)
=>
any
factoryConstructor
:
new
()
=>
RpcProxyFactory
<
T
>
= RpcProxyFactory
Returns
RpcConnectionHandler
<
T
>
Properties
Readonly
factory
Constructor
factoryConstructor
:
new
()
=>
RpcProxyFactory
<
T
>
= RpcProxyFactory
Readonly
path
path
:
string
Readonly
target
Factory
targetFactory
:
(
proxy
:
RpcProxy
<
T
>
)
=>
any
Methods
on
Connection
onConnection
(
connection
:
Channel
)
:
void
Parameters
connection
:
Channel
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
factory
Constructor
path
target
Factory
Methods
on
Connection
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...