Constructor and Description |
---|
ClientImpl(String uuid,
InetSocketAddress socketAddress) |
Modifier and Type | Method and Description |
---|---|
ClientType |
getClientType()
Returns the type of this client.
|
InetSocketAddress |
getSocketAddress()
Returns the socket address of this client.
|
String |
getUuid()
Returns a unique uuid for this client.
|
public ClientImpl(String uuid, InetSocketAddress socketAddress)
public String getUuid()
Client
public InetSocketAddress getSocketAddress()
Client
getSocketAddress
in interface Client
getSocketAddress
in interface Endpoint
public ClientType getClientType()
Client
getClientType
in interface Client
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.