class IncomingMessageDispatcher
Defined at line 44 of file ../../sdk/lib/fidl/cpp/wire/include/lib/fidl/cpp/wire/internal/server_details.h
Server binding specifics
Public Methods
void dispatch_message (::fidl::IncomingHeaderAndMessage && msg, ::fidl::Transaction * txn, internal::MessageStorageViewBase * storage_view)
Dispatches an incoming message to one of the handlers functions in the
protocol. If there is no matching handler, closes all the handles in
|msg| and initiates binding teardown.
Note that the |dispatch_message| name avoids conflicts with FIDL method
names which would appear on the subclasses.
Always consumes the handles in |msg|.
void ~IncomingMessageDispatcher ()
Defined at line 46 of file ../../sdk/lib/fidl/cpp/wire/include/lib/fidl/cpp/wire/internal/server_details.h