You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to use java.net.http.HttpClient (not HttpURLConnection) to call remote services and can't figure out how to do it. I didn't find neither implemented WebServiceMessageSender nor ClientHttpRequestFactory for it as if JDK HttpClient is ignored by Spring.
So I wonder if there any reason to avoid it? Should I use 3d party HTTP client? Or it's just a not-implemented-yet situation?
The text was updated successfully, but these errors were encountered:
Hi.
I would like to use
java.net.http.HttpClient
(notHttpURLConnection
) to call remote services and can't figure out how to do it. I didn't find neither implementedWebServiceMessageSender
norClientHttpRequestFactory
for it as if JDK HttpClient is ignored by Spring.So I wonder if there any reason to avoid it? Should I use 3d party HTTP client? Or it's just a not-implemented-yet situation?
The text was updated successfully, but these errors were encountered: