Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
core
RpcConnectionHandler
Class RpcConnectionHandler<T>
Type Parameters
T
extends
object
Hierarchy (
view full
)
RpcConnectionHandler
JsonRpcConnectionHandler
Implements
ConnectionHandler
Index
Constructors
constructor
Properties
factory
Constructor
path
target
Factory
Methods
on
Connection
Constructors
constructor
new
Rpc
Connection
Handler
<
T
>
(
path
,
targetFactory
,
factoryConstructor
?
)
:
RpcConnectionHandler
<
T
>
Type Parameters
T
extends
object
Parameters
path
:
string
targetFactory
:
(
(
proxy
)
=>
any
)
(
proxy
)
:
any
Parameters
proxy
:
RpcProxy
<
T
>
Returns
any
factoryConstructor
:
(
new
(
)
=>
RpcProxyFactory
<
T
>
)
= RpcProxyFactory
new
(
)
:
RpcProxyFactory
<
T
>
Returns
RpcProxyFactory
<
T
>
Returns
RpcConnectionHandler
<
T
>
Properties
Readonly
factory
Constructor
factory
Constructor
:
(
new
(
)
=>
RpcProxyFactory
<
T
>
)
= RpcProxyFactory
Type declaration
new
(
)
:
RpcProxyFactory
<
T
>
Returns
RpcProxyFactory
<
T
>
Readonly
path
path
:
string
Readonly
target
Factory
target
Factory
:
(
(
proxy
)
=>
any
)
Type declaration
(
proxy
)
:
any
Parameters
proxy
:
RpcProxy
<
T
>
Returns
any
Methods
on
Connection
on
Connection
(
connection
)
:
void
Parameters
connection
:
Channel
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
constructor
factory
Constructor
path
target
Factory
on
Connection
Theia TypeDoc
Loading...