--
You received this message because you are subscribed to the Google Groups "Hazelcast" group.
To post to this group, send email to haze...@googlegroups.com.
To unsubscribe from this group, send email to hazelcast+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/hazelcast?hl=en.
Hazelcast.getDefaultInstance().getClientService();
When a client connects to a member, a socket is created between the
client and the member. That socketAddress by the client object
returned from the member side is the local (member-side) address of
the socket. Is it possible to get the remote (client-side) address of
the socket so that we can correlate a client process with the client
object in the connected client list returned by
ClientService.getConnectedClients?
Thanks.
On Apr 3, 8:34 am, Fuad Malikov <f...@hazelcast.com> wrote:
> ClientService.getConnectedClients return Collection of Client object. And
> client object does have a socketAddress. Isn't it what you are looking for?
>
> -fuad
>