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

com.github.vindell.websocket.session.handler.PathProcessor Maven / Gradle / Ivy

The newest version!
package com.github.vindell.websocket.session.handler;

import com.github.vindell.websocket.event.WebSocketMessageEvent;

/**
 * 给Handler设置路径
 */
public interface PathProcessor {
	
	WebSocketMessageHandler processPath(String path);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy