template <>
class Server
Defined at line 2521 of file fidling/gen/sdk/fidl/fuchsia.net.routes.admin/fuchsia.net.routes.admin/cpp/fidl/fuchsia.net.routes.admin/cpp/natural_messaging.h
Public Methods
void NewRouteTable (NewRouteTableRequest & request, NewRouteTableCompleter::Sync & completer)
Creates a new route table. If the client end of the `provider` is
closed, the route table is removed (unless detached).
void GetInterfaceLocalTable (GetInterfaceLocalTableRequest & request, GetInterfaceLocalTableCompleter::Sync & completer)
Gets the interface-local route table for this interface.
+ request credential of the interface to get local route table.
- response client end of the `RouteTableV6` protocol if successfully.
This table is only removed after the interface is removed AND all
outstanding `RouteTableV6` channels are closed.
Calling detach on the route table is a no-op.
void Server ()
Defined at line 2524 of file fidling/gen/sdk/fidl/fuchsia.net.routes.admin/fuchsia.net.routes.admin/cpp/fidl/fuchsia.net.routes.admin/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 2525 of file fidling/gen/sdk/fidl/fuchsia.net.routes.admin/fuchsia.net.routes.admin/cpp/fidl/fuchsia.net.routes.admin/cpp/natural_messaging.h