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

com.peterphi.std.net.IPProtocol Maven / Gradle / Ivy

There is a newer version: 10.1.5
Show newest version
package com.peterphi.std.net;

/**
 * An enumeration of common Internet Protocols
 */
public enum IPProtocol
{
	TCP,
	UDP,
	ICMP,
	IGMP,
	TCP6,
	UDP6,
	ICMP6;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy