com.kazurayam.subprocessj.docker.model.Protocol Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of subprocessj Show documentation
Show all versions of subprocessj Show documentation
an easy-to-use wrapper of java.lang.ProcessBuilder
The newest version!
package com.kazurayam.subprocessj.docker.model;
public enum Protocol {
tcp,
udp,
sctp;
}