
ars.invoke.remote.Protocol Maven / Gradle / Ivy
The newest version!
package ars.invoke.remote;
/**
* 远程调用协议
*
* @author wuyongqiang
*/
public enum Protocol {
/**
* TCP
*/
tcp,
/**
* UDP
*/
udp,
/**
* SSL
*/
ssl,
/**
* HTTP
*/
http,
/**
* HTTPS
*/
https;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy