MashaTelyatnikova / protobuf-socket-rpc

Automatically exported from code.google.com/p/protobuf-socket-rpc
MIT License
0 stars 0 forks source link

SocketRpcChannel should be able to use InetAddress, not only hostnames #9

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
SocketRpcChannel needs to have a constructor with an InetAddress instead of 
a hostname.

It sometimes happens that name resolutions servers are not available or 
remote machines may not have names. This is especially true when testing - I 
run the client code in an emulator that cannot resolve a name easily but can 
connect directly to a given IP.

Original issue reported on code.google.com by jsill...@google.com on 17 Dec 2009 at 3:56

GoogleCodeExporter commented 8 years ago
This was fixed a while back. Should be in the next Java release.

Original comment by sdeo.code@gmail.com on 29 Jan 2011 at 5:34