public class ServerInfo extends Object
| Constructor and Description |
|---|
ServerInfo(String name,
List<EndpointInfo> endpoints)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<EndpointInfo> |
getEndpoints() |
String |
getName() |
public ServerInfo(String name, List<EndpointInfo> endpoints)
name - The server Name.endpoints - The endpoints binding.public String getName()
public List<EndpointInfo> getEndpoints()
Copyright © 2019–2025 Teslanet.nl. All rights reserved.