How can I connect to the Unix jack using akka?

While it is relatively simple to connect to java.net.InetSocketAddress using TCP or UDP in akka, there seems to be no equivalent for SocketAddress and Unix sockets in the API.

For my current project, I need to connect to the Docker Remote-API using Unix-Socket. Is there a way to do this with akka or do I need to use a different approach?

+7
scala akka unix-socket
source share

No one has answered this question yet.

See similar questions:

45
Implementing a UNIX Socket for Java?

or similar:

515
Good use case for Akka.
75
Akka or reactor
28
How do I know if a process is associated with a Unix domain coker?
5
Akka looks over the firewall
4
SSL TCP socket on Scala with Akka
2
Connecting Akka TCP IO to SSL Server
2
scala 2.10, akka-camel tcp socket communication
one
Actors Scala Akka TCP
one
How Unreliable Is Akka Remote Messaging?
0
How can I disconnect an Akka TCP connection before it connects?

All Articles