| Package | Description |
|---|---|
| org.springframework.cloud.service | |
| org.springframework.cloud.service.common | |
| org.springframework.cloud.util |
| Modifier and Type | Method and Description |
|---|---|
protected UriInfo |
UriBasedServiceInfo.getUriInfo() |
protected UriInfo |
UriBasedServiceInfo.validateAndCleanUriInfo(UriInfo uriInfo)
Validate the URI and clean it up by using defaults for any missing information, if possible.
|
| Modifier and Type | Method and Description |
|---|---|
protected UriInfo |
UriBasedServiceInfo.validateAndCleanUriInfo(UriInfo uriInfo)
Validate the URI and clean it up by using defaults for any missing information, if possible.
|
| Modifier and Type | Method and Description |
|---|---|
protected UriInfo |
AmqpServiceInfo.validateAndCleanUriInfo(UriInfo uriInfo) |
| Modifier and Type | Method and Description |
|---|---|
protected UriInfo |
AmqpServiceInfo.validateAndCleanUriInfo(UriInfo uriInfo) |
| Modifier and Type | Method and Description |
|---|---|
UriInfo |
UriInfoFactory.createUri(String uriString)
Create a
UriInfo based on a URI string |
UriInfo |
StandardUriInfoFactory.createUri(String uriString) |
UriInfo |
UriInfoFactory.createUri(String scheme,
String host,
int port,
String username,
String password,
String path)
Create a
UriInfo based on explicit components of the URI |
UriInfo |
StandardUriInfoFactory.createUri(String scheme,
String host,
int port,
String username,
String password,
String path) |
Copyright © 2015 Pivotal Software, Inc.. All rights reserved.