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