Page 1 of 1

Server uses http2. How can I get data from it

Posted: Mon Mar 25, 2019 2:02 pm
by victorz
Hello everybody,

Our server for webdav uses http2 and internal apache http client doesn't support http2. How can I change it? In our plugin we use okHttp client for http requests. We want to use it as default client. How can we set it as default for oxygen? or maybe we can override some code, which uses apache client. Or oxygen has some events on getting data for webdav client and we can replace data, which we get using okHttp. ]

Could someone help us?

Re: Server uses http2. How can I get data from it

Posted: Mon Mar 25, 2019 2:33 pm
by Radu
Hi,

We have this special plugin type in Oxygen:

https://www.oxygenxml.com/doc/versions/ ... lugin.html

Regards,
Radu

Re: Server uses http2. How can I get data from it

Posted: Thu Mar 28, 2019 12:07 pm
by victorz
great! exactly what is needed. thank you