When using OkHttp as transport it is a bad idea to use a fixed OkHttpClient as all configuration is fixed and can not be changed (e.g. authenticators).
Therefore I added a new constructor in OkHttpTransportSE and OkHttpServiceConnectionSE that allows to specify an existing OkHttpClient instance.
When using OkHttp as transport it is a bad idea to use a fixed OkHttpClient as all configuration is fixed and can not be changed (e.g. authenticators).
Therefore I added a new constructor in OkHttpTransportSE and OkHttpServiceConnectionSE that allows to specify an existing OkHttpClient instance.