template <>
class Server
Defined at line 110 of file fidling/gen/sdk/fidl/fuchsia.net.virtualization/fuchsia.net.virtualization/cpp/fidl/fuchsia.net.virtualization/cpp/natural_messaging.h
Public Methods
void CreateNetwork (CreateNetworkRequest & request, CreateNetworkCompleter::Sync & completer)
Create a new network with configurable upstream connectivity.
The network itself is always guaranteed to be created, but upstream
connectivity may not be established initially and may be lost at
any time.
+ request `config` network configuration.
+ request `network` provides control over the created network. The
protocol will be terminated after emitting a terminal event if the
network cannot be added.
void Server ()
Defined at line 113 of file fidling/gen/sdk/fidl/fuchsia.net.virtualization/fuchsia.net.virtualization/cpp/fidl/fuchsia.net.virtualization/cpp/natural_messaging.h
Handler bind_handler (async_dispatcher_t * dispatcher)
|bind_handler| returns a handler that binds incoming connections to this
server implementation.
The returned handler borrows the server instance.
The server must outlive the provided |dispatcher|. Only after
the dispatcher is shutdown will it be safe to destroy the servers.
The server should not be moved.
void ~Server ()
Defined at line 114 of file fidling/gen/sdk/fidl/fuchsia.net.virtualization/fuchsia.net.virtualization/cpp/fidl/fuchsia.net.virtualization/cpp/natural_messaging.h