Closed akurtakov closed 23 hours ago
Hi @akurtakov ,
Thanks for opening this. Of course it would be interesting, feel free to open a PR.
Thanks again, Dimitris
Just as a hint what I did for Linux Tools project https://github.com/eclipse-linuxtools/org.eclipse.linuxtools/pull/290 . I may find time to try smth similar here too.
Unfortunately the the unixsocket support is implemented only at SocketChannel but not at Socket layer API. This seems to not fit at all with ConnectionSocketFactory. If you have some guidance what could be done in this case, please let me know.
The project requires on the JNR stack for unixsocket but Java 16+ already provides native support. It would be nice to make use of it and drop this extra dependency from the dependency stack. Will the project be interested in such a patch?