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

com.zx.sms.connect.manager.ServerEndpoint Maven / Gradle / Ivy

package com.zx.sms.connect.manager;


/**
 *@author Lihuanghe([email protected])
 */
public interface ServerEndpoint {
	public void addchild(EndpointEntity entity);
	public void removechild(EndpointEntity entity);
	public EndpointEntity getChild(String userName);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy