How do you use unix domain sockets? #1261
-
Is there a way to get a |
Beta Was this translation helpful? Give feedback.
Answered by
swankjesse
Jun 17, 2023
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
EdwarDDay
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here’s a sample from OkHttp.
https://github.com/square/okhttp/blob/b94da085684eb61f543adbde54a60f28ed0c400c/samples/unixdomainsockets/src/main/java/okhttp3/unixdomainsockets/UnixDomainSocketFactory.java#L27