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

org.red5.net.websocket.codec.extension.WebSocketExtension Maven / Gradle / Ivy

package org.red5.net.websocket.codec.extension;

/**
 * Common interface for WebSocket extensions.
 * 
 * @author Paul Gregoire
 */
public interface WebSocketExtension {

	/**
	 * Returns the extensions identifying string.
	 * 
	 * @return id
	 */
	String getId();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy