| Package | Description |
|---|---|
| com.helger.network.port |
| Modifier and Type | Method and Description |
|---|---|
static ENetworkProtocol |
ENetworkProtocol.getFromIDOrNull(String sID) |
ENetworkProtocol |
NetworkPort.getProtocol() |
ENetworkProtocol |
INetworkPort.getProtocol() |
static ENetworkProtocol |
ENetworkProtocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ENetworkProtocol[] |
ENetworkProtocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
NetworkPort(int nPort,
ENetworkProtocol eProtocol,
String sName,
String sDescription) |
Copyright © 2016–2019 Philip Helger. All rights reserved.