com.hazelcast.core
Interface Client

All Known Implementing Classes:
ClientEndpoint

public interface Client

Client interface allows to get information about a connected clients socket address, type and uuid.

See Also:
ClientService, ClientListener

Method Summary
 ClientType getClientType()
          Returns type of this client
 SocketAddress getSocketAddress()
          Returns socket address of this client
 String getUuid()
          Returns unique uuid for this client
 

Method Detail

getUuid

String getUuid()
Returns unique uuid for this client

Returns:
unique uuid for this client

getSocketAddress

SocketAddress getSocketAddress()
Returns socket address of this client

Returns:
socket address of this client

getClientType

ClientType getClientType()
Returns type of this client

Returns:
type of this client


Copyright © 2013 Hazelcast, Inc.. All Rights Reserved.