template <>

class WireWeakOnewayBufferClientImpl

Defined at line 2956 of file fidling/gen/sdk/fidl/fuchsia.net.filter/fuchsia.net.filter/cpp/fidl/fuchsia.net.filter/cpp/wire_messaging.h

Public Methods

::fidl::OneWayStatus OpenController (::fidl::StringView id, ::fidl::ServerEnd< ::fuchsia_net_filter::NamespaceController> && request)

Open a new isolated namespace controller for filtering state.

Caller provides the backing storage for FIDL message.

::fidl::OneWayStatus ReopenDetachedController (const ::fuchsia_net_filter::wire::ControllerKey & key, ::fidl::ServerEnd< ::fuchsia_net_filter::NamespaceController> && request)

Re-open an existing controller that was previously detached from.

Note that if any administrative client connections exist to the

controller, this operation will fail. At most one client may be

connected to the controller at once (except for clients connected

through the [`fuchsia.net.root/Filter`] protocol).

If reconnection fails, the provided server end will be closed with one

of the following epitaphs:

* `ZX_ERR_INVALID_ARGS` if the provided key is invalid

* `ZX_ERR_ALREADY_EXISTS` if another client is currently connected to

the controller identified by the provided key

Caller provides the backing storage for FIDL message.