An identity-bound endpoint into an in-process SignallingService.
More...
#include <cpp/a11/net/signalling.h>
An identity-bound endpoint into an in-process SignallingService.
Send() is non-blocking but ordered: the service invokes each recipient callback serially on A11 fibers. This makes it safe to use directly from libdatachannel's ordinary callback threads. Obtain one from SignallingService::Connect().
◆ ~SignallingEndpoint()
| a11::net::SignallingEndpoint::~SignallingEndpoint |
( |
| ) |
|
◆ Close()
| absl::Status a11::net::SignallingEndpoint::Close |
( |
| ) |
|
|
overridevirtual |
◆ connected()
| bool a11::net::SignallingEndpoint::connected |
( |
| ) |
const |
|
overridevirtual |
◆ GetStatus()
| absl::Status a11::net::SignallingEndpoint::GetStatus |
( |
| ) |
const |
|
overridevirtual |
◆ identity()
| std::string a11::net::SignallingEndpoint::identity |
( |
| ) |
const |
|
overridevirtual |
◆ Send()
◆ SetOnMessage()
◆ SignallingService
The documentation for this class was generated from the following files: