public class DefaultClientHandler extends Object implements ClientHandler
ClientHandler
can be used to transfer the connection-/client-id to the server-side
and to identify the clients. The connection-/client-id is necessary to add user-specific events or domain-user-specific
EventFilters dynamically from the server-side.Constructor and Description |
---|
DefaultClientHandler(String aConnectionId)
Creates a new
ClientHandler with a connection-/client-id. |
public DefaultClientHandler(String aConnectionId)
ClientHandler
with a connection-/client-id.aConnectionId
- connection-/client-id of the clientpublic String getConnectionId()
getConnectionId
in interface ClientHandler
Copyright © 2012. All Rights Reserved.