Class PortUtils
java.lang.Object
com.nirima.jenkins.plugins.docker.utils.PortUtils
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic PortUtils.ConnectionCheck
connectionCheck
(String host, int port) static PortUtils.ConnectionCheck
connectionCheck
(InetSocketAddress address)
-
Constructor Details
-
PortUtils
public PortUtils()
-
-
Method Details
-
connectionCheck
- Parameters:
host
- hostname to connect toport
- port to open socket- Returns:
- util class to check connection
-
connectionCheck
-