org.craft.atom.io.IoProtocol Maven / Gradle / Ivy
package org.craft.atom.io;
/**
* I/O protocol enumeration
*
* @author mindwind
* @version 1.0, Feb 24, 2013
*/
public enum IoProtocol {
TCP, UDP
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy