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

org.frameworkset.web.socket.config.WebSocketHandlerRegistry Maven / Gradle / Ivy

package org.frameworkset.web.socket.config;

import org.frameworkset.web.socket.inf.WebSocketHandler;

public interface WebSocketHandlerRegistry {


	/**
	 * Configure a WebSocketHandler at the specified URL paths.
	 */
	WebSocketHandlerRegistration addHandler(WebSocketHandler webSocketHandler, String... paths);
	 
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy