com.pushtechnology.diffusion.client.session.reconnect.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 : Reconnect.
*
* This package contains types relating to session reconnection.
*
* A {@link com.pushtechnology.diffusion.client.session.reconnect.ReconnectionStrategy ReconnectionStrategy}
* can be supplied to
* {@link com.pushtechnology.diffusion.client.session.SessionFactory#reconnectionStrategy(ReconnectionStrategy)
* SessionFactory.reconnectionStrategy} in order to determine how a session responds to unexpected disconnections.
*
* @author DiffusionData Limited
* @since 5.5
*/
package com.pushtechnology.diffusion.client.session.reconnect;