All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.fireflysource.net.websocket.client.WebSocketClientConnectionManager Maven / Gradle / Ivy

There is a newer version: 5.0.2
Show newest version
package com.fireflysource.net.websocket.client;

import com.fireflysource.net.websocket.common.WebSocketConnection;

import java.util.concurrent.CompletableFuture;

/**
 * @author Pengtao Qiu
 */
public interface WebSocketClientConnectionManager {

    /**
     * Create a websocket connection.
     *
     * @param request The websocket connection request.
     * @return The websocket connection future.
     */
    CompletableFuture connect(WebSocketClientRequest request);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy