wultra / lime-java-core

Core Java classes shared across our projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consider support of JdkClientHttpConnector in DefaultRestClient

banterCZ opened this issue · comments

Consider support of JdkClientHttpConnector in DefaultRestClient instead of Netty and make this dependency optional.
Asked by Finshape.

My concern is, that we have fine-tuned settings such as timeout for netty and JdkClientHttpConnector settings may differ.