| Package | Description |
|---|---|
| com.linecorp.armeria.client.endpoint |
Endpoint groups and their registry. |
| Modifier and Type | Method and Description |
|---|---|
PropertiesEndpointGroup |
PropertiesEndpointGroupBuilder.build()
Returns a new
PropertiesEndpointGroup built from the properties set so far. |
static PropertiesEndpointGroup |
PropertiesEndpointGroup.of(ClassLoader classLoader,
String resourceName,
String endpointKeyPrefix)
Returns a new
PropertiesEndpointGroup created from the specified classpath resource. |
static PropertiesEndpointGroup |
PropertiesEndpointGroup.of(ClassLoader classLoader,
String resourceName,
String endpointKeyPrefix,
int defaultPort)
Deprecated.
|
static PropertiesEndpointGroup |
PropertiesEndpointGroup.of(Path path,
String endpointKeyPrefix)
Returns a new
PropertiesEndpointGroup created from the file at the specified Path. |
static PropertiesEndpointGroup |
PropertiesEndpointGroup.of(Path path,
String endpointKeyPrefix,
int defaultPort)
Deprecated.
|
static PropertiesEndpointGroup |
PropertiesEndpointGroup.of(Properties properties,
String endpointKeyPrefix)
Returns a new
PropertiesEndpointGroup created from the specified Properties. |
static PropertiesEndpointGroup |
PropertiesEndpointGroup.of(Properties properties,
String endpointKeyPrefix,
int defaultPort)
Deprecated.
|
Copyright © 2020 LeanCloud. All rights reserved.