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

org.zbus.remoting.MessageHandler Maven / Gradle / Ivy

package org.zbus.remoting;

import java.io.IOException;

import org.zbus.remoting.Message;
import org.zbus.remoting.nio.Session;

 
public interface MessageHandler { 
	public void handleMessage(Message msg, Session sess) throws IOException;   
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy