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

io.higgs.ws.WebSocketEventHandler Maven / Gradle / Ivy

There is a newer version: 0.0.24
Show newest version
package io.higgs.ws;

import io.higgs.core.InvokableMethod;
import io.higgs.ws.protocol.WebSocketConfiguration;
import io.higgs.ws.protocol.WebSocketHandler;
import io.netty.channel.ChannelHandlerContext;
import io.netty.handler.codec.http.websocketx.TextWebSocketFrame;

import java.util.Queue;

/**
 * @author Courtney Robinson 
 */
public interface WebSocketEventHandler {
    void onMessage(TextWebSocketFrame frame, WebSocketHandler webSocketHandler, ChannelHandlerContext ctx,
                   Queue methods, WebSocketConfiguration config);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy