Is there good example of how to implement custom protocol for QtRemoteObjects?
There are not too well documented classes QtROClientFactory
and QtROServerFactory
in documentation (because in 5.9 QtRO just technology preview). There is no example of how to implement custom transport into examples of qtremoteobjects/
.
I especially interested in implementation of custom scheme ssl://
via QSslSocket
.