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

com.iteaj.iot.client.websocket.WebSocketClientComponent Maven / Gradle / Ivy

The newest version!
package com.iteaj.iot.client.websocket;

import com.iteaj.iot.client.codec.WebSocketClient;
import com.iteaj.iot.websocket.WebSocketComponent;
import io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker;

public interface WebSocketClientComponent extends WebSocketComponent {

    WebSocketClientHandshaker createClientHandShaker(WebSocketClient client);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy