com.pushtechnology.diffusion.client.features.control.clients.package-info Maven / Gradle / Ivy
/*******************************************************************************
* Copyright (c) 2014, 2023 DiffusionData Ltd., All Rights Reserved.
*
* Use is subject to licence terms.
*
* NOTICE: All information contained herein is, and remains the
* property of DiffusionData. The intellectual and technical
* concepts contained herein are proprietary to DiffusionData and
* may be covered by U.S. and Foreign Patents, patents in process, and
* are protected by trade secret or copyright law.
*******************************************************************************/
/**
* Client API : Client Control Features.
*
* This package provides features that allow a client to perform control
* operations upon other clients.
*
* This includes :
*
* Client Control
* This feature provides the ability for a client to:
* 1) Receive notifications of all other clients that connect or disconnect.
* 2) Obtain details of any other client session.
* 3) Close other client sessions.
* 4) Monitor the outbound queue thresholds of connected clients.
* 5) Apply conflation to connected client sessions.
*
* Authentication Control
* This feature provides a client with the ability to set authentication
* handlers to be used for the authentication of connecting client sessions.
*
* @author DiffusionData Limited
*/
package com.pushtechnology.diffusion.client.features.control.clients;