dev.galasa.ipnetwork.IIpPort Maven / Gradle / Ivy
/*
* 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