Thank you all for your replies.
Kind regards
-Christos
On Fri, Jun 11, 2021 at 12:50 PM Michael McMahon <
michael.x.mcma...@oracle.com> wrote:
> Yes, it does seem that for local RPC a regular (unix domain) socket should
> suffice
> rather than a websocket.
>
> Also, just to point out that Unix d
Yes, it does seem that for local RPC a regular (unix domain) socket
should suffice
rather than a websocket.
Also, just to point out that Unix domain socket (channels) have been in
the JDK
since Java 16.
- Michael.
On 11/06/2021 10:22, Daniel Fuchs wrote:
Hi Christos,
The HttpClient doesn't
Hi Christos,
The HttpClient doesn't support Unix Domain Socket - only regular
TCP / TLS.
You could of course open a connection with your client using
a plain Unix Domain SocketChannel [1] using the UNIX
ProtocolFamilly [2].
best regard,
-- daniel
[1]
https://docs.oracle.com/en/java/javase/16