vibe.d beta banner
get vibe.d
0.10.1

Asynchronous I/O that doesn’t get in your way, written in D

Class WebRPCPeerImpl

class WebRPCPeerImpl(I, RootI, string method_prefix)
  
if (is(I == interface) && is(RootI == interface));

Constructors

NameDescription
this (handler)

Fields

NameTypeDescription
m_handler WebSocketHandler!RootI
m_subInterfaces staticMap!(SubPeerImpl,Info.SubInterfaceFunctions)

Methods

NameDescription
performCall (params)

Aliases

NameDescription
Info
SubPeerImpl
Authors

Sönke Ludwig

Copyright

© 2024 Sönke Ludwig

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.