template <typename Protocol>
class WireServer
WireServer is a pure-virtual interface to be implemented by a server.
This interface uses typed channels (i.e. |fidl::ClientEnd
<SomeProtocol
>|
and |fidl::ServerEnd
<SomeProtocol
>|).