web-push-libs / webpush-java

Web Push library for Java
MIT License
318 stars 112 forks source link

Custom http client #134

Closed MuratKaragozgil closed 3 years ago

MuratKaragozgil commented 4 years ago

I implemented custom http client setting function.

It will be useful for people who want to use custom configure http client. This function allow to configure maximum pool size, http connection timeouts, io reactor configurations and etc.

Murat.

MuratKaragozgil commented 4 years ago

I guess travis configs is not correct, because of this it occur some errors.