Server uses http2. How can I get data from it

Oxygen general issues.
victorz
Posts: 2
Joined: Mon Mar 25, 2019 1:54 pm

Server uses http2. How can I get data from it

Post 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?
Radu
Posts: 9055
Joined: Fri Jul 09, 2004 5:18 pm

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

Post by Radu »

Hi,

We have this special plugin type in Oxygen:

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

Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
victorz
Posts: 2
Joined: Mon Mar 25, 2019 1:54 pm

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

Post by victorz »

great! exactly what is needed. thank you
Post Reply