Class WebRPCPeerImpl
class WebRPCPeerImpl(I, RootI, string method_prefix)
if (is(I == interface) && is(RootI == interface));
Constructors
Name | Description |
---|---|
this
(handler)
|
Fields
Name | Type | Description |
---|---|---|
m_handler
|
WebSocketHandler!RootI | |
m_subInterfaces
|
staticMap!(SubPeerImpl,Info.SubInterfaceFunctions) |
Methods
Name | Description |
---|---|
performCall
(params)
|
Aliases
Name | Description |
---|---|
Info
|
|
SubPeerImpl
|