public interface INetworkPort extends com.helger.commons.name.IHasName, com.helger.commons.text.IHasDescription, Serializable
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getName() |
int |
getPort() |
ENetworkProtocol |
getProtocol() |
default boolean |
hasDescription() |
default boolean |
hasName() |
@Nonnegative int getPort()
@Nonnull ENetworkProtocol getProtocol()
@Nonnull String getName()
getName in interface com.helger.commons.name.IHasNamenull but maybe empty.default boolean hasName()
@Nonnull String getDescription()
getDescription in interface com.helger.commons.text.IHasDescriptionnull but
maybe empty.default boolean hasDescription()
hasDescription in interface com.helger.commons.text.IHasDescriptionCopyright © 2016–2019 Philip Helger. All rights reserved.