async-http-client
async-http-client copied to clipboard
can support the unix domain socket protocol?
Hello, dear open source contributors! When can you support the Unix domain socket protocol? I have simply verified the feasibility of this function through intrusive modification, and the workload is within three hundred lines of code; but limited by the company's internal open source process, I can not provide you with the source code.
The underlying implementation of async-http-client (netty) currently supports the unix domian socket protocol.
The code modification is mainly to modify the IntSocketAddress to SocketAddress, and create a connection method by selecting the different netty in the connection establishment type by IntSocketAddress or UnixDomainSocket.
NettyRequestSender.java ==》 resolveAddresses
Contributions welcome. That's not something I expect to work on any time soon.