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

dev.galasa.ipnetwork.IIpPort Maven / Gradle / Ivy

There is a newer version: 0.38.0
Show newest version
/*
 * Licensed Materials - Property of IBM
 * 
 * (c) Copyright IBM Corp. 2019.
 */
package dev.galasa.ipnetwork;

/**
 * 

* Represents a IP Port. *

* *

* Use the appropriate host manager annotation to obtain an object *

* * @author Michael Baylis * */ public interface IIpPort { /** * Get the port number */ int getPortNumber(); IIpHost getHost(); String getType(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy