1Support for resolving the scheme used by binder transport implementation. 2 3The URI's authority is required to be empty. 4 5The path is used as the identifiers of endpoint binder objects and the length 6limit of the identifier is the same as unix socket length limit. 7 8The length limit of the path should at least be 100 characters long. This is 9guaranteed by `static_assert` in the implementation. 10