public class DnsSrvResolverService extends Object implements io.etcd.jetcd.resolver.URIResolver
| Modifier and Type | Class and Description |
|---|---|
static interface |
DnsSrvResolverService.Configuration |
| Constructor and Description |
|---|
DnsSrvResolverService() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
activate(ClientService.Configuration config) |
protected void |
deactivate() |
List<SocketAddress> |
resolve(URI uri) |
boolean |
supports(URI uri) |
public boolean supports(URI uri)
supports in interface io.etcd.jetcd.resolver.URIResolverpublic List<SocketAddress> resolve(URI uri)
resolve in interface io.etcd.jetcd.resolver.URIResolverprotected void activate(ClientService.Configuration config)
protected void deactivate()
Copyright © 2020. All rights reserved.