Class PortUtils
java.lang.Object
com.nirima.jenkins.plugins.docker.utils.PortUtils
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PortUtils.ConnectionCheckconnectionCheck(String host, int port) static PortUtils.ConnectionCheckconnectionCheck(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
-