
io.femo.ws.WebSocketEventHandler Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of http-ws Show documentation
Show all versions of http-ws Show documentation
Simple Integration for websockets into the FeMo.IO HTTP API
The newest version!
package io.femo.ws;
/**
* Created by felix on 6/3/16.
*/
@FunctionalInterface
public interface WebSocketEventHandler {
void handleMessage(Constants.WEBSOCKET.FRAME.DataType dataType, byte[] data, WebSocketConnection webSocketConnection);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy