template <>

class WireServer

Defined at line 7033 of file fidling/gen/sdk/fidl/fuchsia.net.routes.admin/fuchsia.net.routes.admin/cpp/fidl/fuchsia.net.routes.admin/cpp/wire_messaging.h

Pure-virtual interface to be implemented by a server.

This interface uses typed channels (i.e. |::fidl::ClientEnd

<

::fuchsia_net_routes_admin::RouteTableProviderV6>|

and |::fidl::ServerEnd

<

::fuchsia_net_routes_admin::RouteTableProviderV6>|).

Public Methods

void NewRouteTable (::fuchsia_net_routes_admin::wire::RouteTableProviderV6NewRouteTableRequest * 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 (::fuchsia_net_routes_admin::wire::RouteTableProviderV6GetInterfaceLocalTableRequest * 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 WireServer ()

Defined at line 7036 of file fidling/gen/sdk/fidl/fuchsia.net.routes.admin/fuchsia.net.routes.admin/cpp/fidl/fuchsia.net.routes.admin/cpp/wire_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 ~WireServer ()

Defined at line 7037 of file fidling/gen/sdk/fidl/fuchsia.net.routes.admin/fuchsia.net.routes.admin/cpp/fidl/fuchsia.net.routes.admin/cpp/wire_messaging.h