Skip navigation links
A B C D E F G H I L M N O P R S T U V 

A

AbstractAutoServiceRegistration<R extends Registration> - Class in org.springframework.cloud.client.serviceregistry
Lifecycle methods that may be useful and common to ServiceRegistry implementations.
AbstractAutoServiceRegistration(ServiceRegistry<R>) - Constructor for class org.springframework.cloud.client.serviceregistry.AbstractAutoServiceRegistration
 
AbstractDiscoveryLifecycle - Class in org.springframework.cloud.client.discovery
Deprecated.
use AbstractAutoServiceRegistration instead. This class will be removed in the next release train.
AbstractDiscoveryLifecycle() - Constructor for class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
Deprecated.
 
abstractFeatures(Class<?>...) - Static method in class org.springframework.cloud.client.actuator.HasFeatures
 
ActuatorConfiguration() - Constructor for class org.springframework.cloud.client.CommonsClientAutoConfiguration.ActuatorConfiguration
 
afterPropertiesSet() - Method in class org.springframework.cloud.client.hypermedia.RemoteResourceRefresher
 
apply(ServiceInstance) - Method in interface org.springframework.cloud.client.loadbalancer.LoadBalancerRequest
 
AsyncLoadBalancerAutoConfiguration - Class in org.springframework.cloud.client.loadbalancer
Auto configuration for Ribbon (client side load balancing).
AsyncLoadBalancerAutoConfiguration() - Constructor for class org.springframework.cloud.client.loadbalancer.AsyncLoadBalancerAutoConfiguration
 
AsyncLoadBalancerInterceptor - Class in org.springframework.cloud.client.loadbalancer
 
AsyncLoadBalancerInterceptor(LoadBalancerClient) - Constructor for class org.springframework.cloud.client.loadbalancer.AsyncLoadBalancerInterceptor
 
AsyncRestTemplateCustomizer - Interface in org.springframework.cloud.client.loadbalancer
 
AutoServiceRegistration - Interface in org.springframework.cloud.client.serviceregistry
 
AutoServiceRegistrationAutoConfiguration - Class in org.springframework.cloud.client.serviceregistry
 
AutoServiceRegistrationAutoConfiguration() - Constructor for class org.springframework.cloud.client.serviceregistry.AutoServiceRegistrationAutoConfiguration
 
AutoServiceRegistrationConfiguration - Class in org.springframework.cloud.client.serviceregistry
 
AutoServiceRegistrationConfiguration() - Constructor for class org.springframework.cloud.client.serviceregistry.AutoServiceRegistrationConfiguration
 
AutoServiceRegistrationProperties - Class in org.springframework.cloud.client.serviceregistry
 
AutoServiceRegistrationProperties() - Constructor for class org.springframework.cloud.client.serviceregistry.AutoServiceRegistrationProperties
 

B

Boot15PortFinderConfiguration() - Constructor for class org.springframework.cloud.client.discovery.noop.NoopDiscoveryClientAutoConfiguration.Boot15PortFinderConfiguration
Deprecated.
 
buildTraversal(Traverson) - Method in interface org.springframework.cloud.client.hypermedia.TraversalDefinition
 

C

canRetry(RetryContext) - Method in class org.springframework.cloud.client.loadbalancer.InterceptorRetryPolicy
 
canRetryNextServer(LoadBalancedRetryContext) - Method in interface org.springframework.cloud.client.loadbalancer.LoadBalancedRetryPolicy
Return true to retry the failed request on the next server from the load balancer.
canRetrySameServer(LoadBalancedRetryContext) - Method in interface org.springframework.cloud.client.loadbalancer.LoadBalancedRetryPolicy
Return true to retry the failed request on the same server.
choose(String) - Method in interface org.springframework.cloud.client.loadbalancer.ServiceInstanceChooser
Choose a ServiceInstance from the LoadBalancer for the specified service
close(RetryContext) - Method in class org.springframework.cloud.client.loadbalancer.InterceptorRetryPolicy
 
close(LoadBalancedRetryContext) - Method in interface org.springframework.cloud.client.loadbalancer.LoadBalancedRetryPolicy
Called when the retry operation has ended.
close() - Method in interface org.springframework.cloud.client.serviceregistry.ServiceRegistry
Close the ServiceRegistry.
close() - Method in class org.springframework.cloud.commons.util.InetUtils
 
CloudHypermediaAutoConfiguration - Class in org.springframework.cloud.client.hypermedia
Registers a default RemoteResourceRefresher if at least one RemoteResource is declared in the system and applies verification timings defined in the application properties.
CloudHypermediaAutoConfiguration() - Constructor for class org.springframework.cloud.client.hypermedia.CloudHypermediaAutoConfiguration
 
CloudHypermediaAutoConfiguration.CloudHypermediaProperties - Class in org.springframework.cloud.client.hypermedia
 
CloudHypermediaAutoConfiguration.CloudHypermediaProperties.Refresh - Class in org.springframework.cloud.client.hypermedia
 
CloudHypermediaProperties() - Constructor for class org.springframework.cloud.client.hypermedia.CloudHypermediaAutoConfiguration.CloudHypermediaProperties
 
combineParts(String, String, String) - Static method in class org.springframework.cloud.commons.util.IdUtils
 
CommonsClientAutoConfiguration - Class in org.springframework.cloud.client
Auto-configuration for Spring Cloud Commons Client.
CommonsClientAutoConfiguration() - Constructor for class org.springframework.cloud.client.CommonsClientAutoConfiguration
 
CommonsClientAutoConfiguration.ActuatorConfiguration - Class in org.springframework.cloud.client
 
CommonsClientAutoConfiguration.DiscoveryLoadBalancerConfiguration - Class in org.springframework.cloud.client
 
commonsFeatures() - Method in class org.springframework.cloud.client.CommonsClientAutoConfiguration.DiscoveryLoadBalancerConfiguration
 
convert(InetAddress) - Static method in class org.springframework.cloud.commons.util.InetUtils
Deprecated.
use the non-static convertAddress() instead
convertAddress(InetAddress) - Method in class org.springframework.cloud.commons.util.InetUtils
 
create(String, ServiceInstanceChooser) - Method in interface org.springframework.cloud.client.loadbalancer.LoadBalancedRetryPolicyFactory
create(String, ServiceInstanceChooser) - Method in class org.springframework.cloud.client.loadbalancer.LoadBalancedRetryPolicyFactory.NeverRetryFactory
 
createRequest(HttpRequest, byte[], ClientHttpRequestExecution) - Method in class org.springframework.cloud.client.loadbalancer.LoadBalancerRequestFactory
 
customize(AsyncRestTemplate) - Method in interface org.springframework.cloud.client.loadbalancer.AsyncRestTemplateCustomizer
 
customize(RestTemplate) - Method in interface org.springframework.cloud.client.loadbalancer.RestTemplateCustomizer
 

D

DEFAULT_ORDER - Static variable in interface org.springframework.cloud.client.loadbalancer.LoadBalancerRequestTransformer
 
DefaultServiceInstance - Class in org.springframework.cloud.client
Default implementation of ServiceInstance.
DefaultServiceInstance(String, String, int, boolean) - Constructor for class org.springframework.cloud.client.DefaultServiceInstance
 
deregister() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
Deprecated.
De-register the local service with the DiscoveryClient
deregister() - Method in class org.springframework.cloud.client.serviceregistry.AbstractAutoServiceRegistration
De-register the local service with the ServiceRegistry
deregister(R) - Method in interface org.springframework.cloud.client.serviceregistry.ServiceRegistry
Deregister the registration.
deregisterManagement() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
Deprecated.
De-register the local management service with the DiscoveryClient
deregisterManagement() - Method in class org.springframework.cloud.client.serviceregistry.AbstractAutoServiceRegistration
De-register the local management service with the ServiceRegistry
description() - Method in interface org.springframework.cloud.client.discovery.DiscoveryClient
A human readable description of the implementation, used in HealthIndicator
description() - Method in class org.springframework.cloud.client.discovery.noop.NoopDiscoveryClient
Deprecated.
 
description() - Method in class org.springframework.cloud.client.discovery.simple.SimpleDiscoveryClient
 
destroy() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
Deprecated.
 
DiscoveredResource - Class in org.springframework.cloud.client.hypermedia
A REST resource that is defined by a service reference and a traversal operation within that service.
DiscoveredResource() - Constructor for class org.springframework.cloud.client.hypermedia.DiscoveredResource
 
discoveredResourceRefresher() - Method in class org.springframework.cloud.client.hypermedia.CloudHypermediaAutoConfiguration
 
DiscoveryClient - Interface in org.springframework.cloud.client.discovery
DiscoveryClient represents read operations commonly available to Discovery service such as Netflix Eureka or consul.io
discoveryClient() - Method in class org.springframework.cloud.client.discovery.noop.NoopDiscoveryClientAutoConfiguration
Deprecated.
 
discoveryClientHealthIndicator(DiscoveryClient) - Method in class org.springframework.cloud.client.CommonsClientAutoConfiguration.DiscoveryLoadBalancerConfiguration
 
DiscoveryClientHealthIndicator - Class in org.springframework.cloud.client.discovery.health
 
DiscoveryClientHealthIndicator(DiscoveryClient) - Constructor for class org.springframework.cloud.client.discovery.health.DiscoveryClientHealthIndicator
 
discoveryCompositeHealthIndicator(HealthAggregator, List<DiscoveryHealthIndicator>) - Method in class org.springframework.cloud.client.CommonsClientAutoConfiguration.DiscoveryLoadBalancerConfiguration
 
DiscoveryCompositeHealthIndicator - Class in org.springframework.cloud.client.discovery.health
Gathers all DiscoveryHealthIndicator's from a DiscoveryClient implementation and aggregates the statuses.
DiscoveryCompositeHealthIndicator(HealthAggregator, List<DiscoveryHealthIndicator>) - Constructor for class org.springframework.cloud.client.discovery.health.DiscoveryCompositeHealthIndicator
 
DiscoveryCompositeHealthIndicator.Holder - Class in org.springframework.cloud.client.discovery.health
 
DiscoveryHealthIndicator - Interface in org.springframework.cloud.client.discovery.health
A health indicator interface specific for a DiscoveryClient implementation
DiscoveryLifecycle - Interface in org.springframework.cloud.client.discovery
Deprecated.
use AutoServiceRegistration instead. This class will be removed in the next release train.
DiscoveryLoadBalancerConfiguration() - Constructor for class org.springframework.cloud.client.CommonsClientAutoConfiguration.DiscoveryLoadBalancerConfiguration
 
DynamicServiceInstanceProvider - Class in org.springframework.cloud.client.hypermedia
ServiceInstanceProvider to work with a DiscoveryClient to lookup a service by name.
DynamicServiceInstanceProvider() - Constructor for class org.springframework.cloud.client.hypermedia.DynamicServiceInstanceProvider
 

E

EnableCircuitBreaker - Annotation Type in org.springframework.cloud.client.circuitbreaker
Annotation to enable a CircuitBreaker implementation.
EnableCircuitBreakerImportSelector - Class in org.springframework.cloud.client.circuitbreaker
Import a single circuit breaker implementation Configuration
EnableCircuitBreakerImportSelector() - Constructor for class org.springframework.cloud.client.circuitbreaker.EnableCircuitBreakerImportSelector
 
EnableDiscoveryClient - Annotation Type in org.springframework.cloud.client.discovery
Annotation to enable a DiscoveryClient implementation.
EnableDiscoveryClientImportSelector - Class in org.springframework.cloud.client.discovery
 
EnableDiscoveryClientImportSelector() - Constructor for class org.springframework.cloud.client.discovery.EnableDiscoveryClientImportSelector
 
equals(Object) - Method in class org.springframework.cloud.client.loadbalancer.InterceptorRetryPolicy
 
execute(String, LoadBalancerRequest<T>) - Method in interface org.springframework.cloud.client.loadbalancer.LoadBalancerClient
execute request using a ServiceInstance from the LoadBalancer for the specified service
execute(String, ServiceInstance, LoadBalancerRequest<T>) - Method in interface org.springframework.cloud.client.loadbalancer.LoadBalancerClient
execute request using a ServiceInstance from the LoadBalancer for the specified service

F

FeaturesEndpoint - Class in org.springframework.cloud.client.actuator
 
FeaturesEndpoint(List<HasFeatures>) - Constructor for class org.springframework.cloud.client.actuator.FeaturesEndpoint
 
featuresEndpoint() - Method in class org.springframework.cloud.client.CommonsClientAutoConfiguration.ActuatorConfiguration
 
findFirstNonLoopbackAddress() - Method in class org.springframework.cloud.commons.util.InetUtils
 
findFirstNonLoopbackHostInfo() - Method in class org.springframework.cloud.commons.util.InetUtils
 

G

get(BeanFactory) - Static method in class org.springframework.cloud.client.discovery.ManagementServerPortUtils
 
get(BeanFactory) - Static method in enum org.springframework.cloud.client.discovery.ManagementServerPortUtils.ManagementServerPort
 
getAbstractFeatures() - Method in class org.springframework.cloud.client.actuator.HasFeatures
 
getAnnotationClass() - Method in class org.springframework.cloud.commons.util.SpringFactoryImportSelector
 
getAppName() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
Deprecated.
getConfig() - Method in class org.springframework.cloud.client.discovery.event.InstanceRegisteredEvent
 
getConfiguration() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
Deprecated.
getConfiguredPort() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
Deprecated.
getContext() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
Deprecated.
 
getDefaultInstanceId(PropertyResolver) - Static method in class org.springframework.cloud.commons.util.IdUtils
 
getDelegate() - Method in class org.springframework.cloud.client.discovery.health.DiscoveryCompositeHealthIndicator.Holder
 
getEndpointType() - Method in class org.springframework.cloud.client.serviceregistry.endpoint.ServiceRegistryEndpoint
 
getEnvironment() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
Deprecated.
getEnvironment() - Method in class org.springframework.cloud.commons.util.SpringFactoryImportSelector
 
getFirstNonLoopbackHostInfo() - Static method in class org.springframework.cloud.commons.util.InetUtils
Deprecated.
use the non-static findFirstNonLoopbackHostInfo() instead
getHealthIndicators() - Method in class org.springframework.cloud.client.discovery.health.DiscoveryCompositeHealthIndicator
 
getHost() - Method in class org.springframework.cloud.client.discovery.simple.SimpleDiscoveryProperties.SimpleServiceInstance
 
getHost() - Method in interface org.springframework.cloud.client.ServiceInstance
 
getInstances(String) - Method in interface org.springframework.cloud.client.discovery.DiscoveryClient
Get all ServiceInstances associated with a particular serviceId
getInstances(String) - Method in class org.springframework.cloud.client.discovery.noop.NoopDiscoveryClient
Deprecated.
 
getInstances(String) - Method in class org.springframework.cloud.client.discovery.simple.SimpleDiscoveryClient
 
getInstances() - Method in class org.springframework.cloud.client.discovery.simple.SimpleDiscoveryProperties
 
getIpAddressAsInt(String) - Static method in class org.springframework.cloud.commons.util.InetUtils
 
getIpAddressAsInt() - Method in class org.springframework.cloud.commons.util.InetUtils.HostInfo
 
getLink() - Method in interface org.springframework.cloud.client.hypermedia.RemoteResource
Returns the Link to the resource in case it is available or null in case it's gone, i.e.
getLocal() - Method in class org.springframework.cloud.client.discovery.simple.SimpleDiscoveryProperties
 
getLocalServiceInstance() - Method in interface org.springframework.cloud.client.discovery.DiscoveryClient
Deprecated.
use the Registration bean instead
getLocalServiceInstance() - Method in class org.springframework.cloud.client.discovery.noop.NoopDiscoveryClient
Deprecated.
 
getLocalServiceInstance() - Method in class org.springframework.cloud.client.discovery.simple.SimpleDiscoveryClient
 
getManagementPort() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
Deprecated.
getManagementRegistration() - Method in class org.springframework.cloud.client.serviceregistry.AbstractAutoServiceRegistration
 
getManagementServiceId() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
Deprecated.
getManagementServiceName() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
Deprecated.
getMetadata() - Method in class org.springframework.cloud.client.DefaultServiceInstance
 
getMetadata() - Method in class org.springframework.cloud.client.discovery.simple.SimpleDiscoveryProperties.SimpleServiceInstance
 
getMetadata() - Method in interface org.springframework.cloud.client.ServiceInstance
 
getName() - Method in class org.springframework.cloud.client.discovery.health.DiscoveryClientHealthIndicator
 
getName() - Method in interface org.springframework.cloud.client.discovery.health.DiscoveryHealthIndicator
 
getNamedFeatures() - Method in class org.springframework.cloud.client.actuator.HasFeatures
 
getOrder() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
Deprecated.
 
getOrder() - Method in class org.springframework.cloud.client.discovery.health.DiscoveryClientHealthIndicator
 
getOrder() - Method in class org.springframework.cloud.client.HostInfoEnvironmentPostProcessor
 
getPath() - Method in class org.springframework.cloud.client.serviceregistry.endpoint.ServiceRegistryEndpoint
 
getPhase() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
Deprecated.
 
getPort() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
Deprecated.
getPort(BeanFactory) - Static method in class org.springframework.cloud.client.discovery.ManagementServerPortUtils
 
getPort() - Method in class org.springframework.cloud.client.discovery.simple.SimpleDiscoveryProperties.SimpleServiceInstance
 
getPort() - Method in interface org.springframework.cloud.client.ServiceInstance
 
getRegistration() - Method in class org.springframework.cloud.client.serviceregistry.AbstractAutoServiceRegistration
 
getRequest() - Method in class org.springframework.cloud.client.loadbalancer.LoadBalancedRetryContext
Gets the request that is being load balanced.
getRunning() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
Deprecated.
 
getServiceId() - Method in class org.springframework.cloud.client.discovery.simple.SimpleDiscoveryProperties.SimpleServiceInstance
 
getServiceId() - Method in interface org.springframework.cloud.client.ServiceInstance
 
getServiceId() - Method in interface org.springframework.cloud.client.serviceregistry.Registration
 
getServiceInstance() - Method in class org.springframework.cloud.client.hypermedia.DynamicServiceInstanceProvider
 
getServiceInstance() - Method in interface org.springframework.cloud.client.hypermedia.ServiceInstanceProvider
Returns the service instance or null in case the service is currently unavailable.
getServiceInstance() - Method in class org.springframework.cloud.client.hypermedia.StaticServiceInstanceProvider
 
getServiceInstance() - Method in class org.springframework.cloud.client.loadbalancer.LoadBalancedRetryContext
Gets the service instance used during the retry.
getServiceRegistry() - Method in class org.springframework.cloud.client.serviceregistry.AbstractAutoServiceRegistration
 
getServices() - Method in interface org.springframework.cloud.client.discovery.DiscoveryClient
 
getServices() - Method in class org.springframework.cloud.client.discovery.noop.NoopDiscoveryClient
Deprecated.
 
getServices() - Method in class org.springframework.cloud.client.discovery.simple.SimpleDiscoveryClient
 
getSimpleName() - Method in class org.springframework.cloud.commons.util.SpringFactoryImportSelector
 
getStatus() - Method in class org.springframework.cloud.client.serviceregistry.endpoint.ServiceRegistryEndpoint
 
getStatus(R) - Method in interface org.springframework.cloud.client.serviceregistry.ServiceRegistry
Gets the status of a particular registration.
getUri() - Method in class org.springframework.cloud.client.DefaultServiceInstance
 
getUri(ServiceInstance) - Static method in class org.springframework.cloud.client.DefaultServiceInstance
Create a uri from the given ServiceInstance's host:port
getUri() - Method in class org.springframework.cloud.client.discovery.simple.SimpleDiscoveryProperties.SimpleServiceInstance
 
getURI() - Method in class org.springframework.cloud.client.loadbalancer.ServiceRequestWrapper
 
getUri() - Method in interface org.springframework.cloud.client.ServiceInstance
 
getValue() - Method in class org.springframework.cloud.client.discovery.event.HeartbeatEvent
A value representing the state of the service catalog.
getValue() - Method in class org.springframework.cloud.client.discovery.event.ParentHeartbeatEvent
 

H

hasDefaultFactory() - Method in class org.springframework.cloud.client.discovery.EnableDiscoveryClientImportSelector
 
hasDefaultFactory() - Method in class org.springframework.cloud.commons.util.SpringFactoryImportSelector
 
HasFeatures - Class in org.springframework.cloud.client.actuator
 
HasFeatures(List<Class<?>>, List<NamedFeature>) - Constructor for class org.springframework.cloud.client.actuator.HasFeatures
 
hashCode() - Method in class org.springframework.cloud.client.loadbalancer.InterceptorRetryPolicy
 
health() - Method in class org.springframework.cloud.client.discovery.health.DiscoveryClientHealthIndicator
 
health() - Method in class org.springframework.cloud.client.discovery.health.DiscoveryCompositeHealthIndicator.Holder
 
health() - Method in interface org.springframework.cloud.client.discovery.health.DiscoveryHealthIndicator
 
HeartbeatEvent - Class in org.springframework.cloud.client.discovery.event
Event DiscoveryClient implementation can broadcast if they support heartbeat's from the discovery server.
HeartbeatEvent(Object, Object) - Constructor for class org.springframework.cloud.client.discovery.event.HeartbeatEvent
Create a new event with a source (for example a discovery client) and a value.
HeartbeatMonitor - Class in org.springframework.cloud.client.discovery.event
Helper class for listeners to the HeartbeatEvent providing a convenient way to determine if there has been a change in state.
HeartbeatMonitor() - Constructor for class org.springframework.cloud.client.discovery.event.HeartbeatMonitor
 
Holder(DiscoveryHealthIndicator) - Constructor for class org.springframework.cloud.client.discovery.health.DiscoveryCompositeHealthIndicator.Holder
 
HostInfo(String) - Constructor for class org.springframework.cloud.commons.util.InetUtils.HostInfo
 
HostInfo() - Constructor for class org.springframework.cloud.commons.util.InetUtils.HostInfo
 
HostInfoEnvironmentPostProcessor - Class in org.springframework.cloud.client
 
HostInfoEnvironmentPostProcessor() - Constructor for class org.springframework.cloud.client.HostInfoEnvironmentPostProcessor
 

I

IdUtils - Class in org.springframework.cloud.commons.util
 
IdUtils() - Constructor for class org.springframework.cloud.commons.util.IdUtils
 
InetUtils - Class in org.springframework.cloud.commons.util
 
InetUtils(InetUtilsProperties) - Constructor for class org.springframework.cloud.commons.util.InetUtils
 
inetUtils(InetUtilsProperties) - Method in class org.springframework.cloud.commons.util.UtilAutoConfiguration
 
InetUtils.HostInfo - Class in org.springframework.cloud.commons.util
 
InetUtilsProperties - Class in org.springframework.cloud.commons.util
 
InetUtilsProperties() - Constructor for class org.springframework.cloud.commons.util.InetUtilsProperties
 
inetUtilsProperties() - Method in class org.springframework.cloud.commons.util.UtilAutoConfiguration
 
init() - Method in class org.springframework.cloud.client.discovery.noop.NoopDiscoveryClientAutoConfiguration
Deprecated.
 
init() - Method in class org.springframework.cloud.client.discovery.simple.SimpleDiscoveryProperties
 
init() - Method in class org.springframework.cloud.client.serviceregistry.AutoServiceRegistrationAutoConfiguration
 
InstanceRegisteredEvent<T> - Class in org.springframework.cloud.client.discovery.event
Event to be published after the local service instance registers itself with a discovery service.
InstanceRegisteredEvent(Object, T) - Constructor for class org.springframework.cloud.client.discovery.event.InstanceRegisteredEvent
Create a new InstanceRegisteredEvent instance.
intercept(HttpRequest, byte[], AsyncClientHttpRequestExecution) - Method in class org.springframework.cloud.client.loadbalancer.AsyncLoadBalancerInterceptor
 
intercept(HttpRequest, byte[], ClientHttpRequestExecution) - Method in class org.springframework.cloud.client.loadbalancer.LoadBalancerInterceptor
 
intercept(HttpRequest, byte[], ClientHttpRequestExecution) - Method in class org.springframework.cloud.client.loadbalancer.RetryLoadBalancerInterceptor
 
InterceptorRetryPolicy - Class in org.springframework.cloud.client.loadbalancer
RetryPolicy used by the LoadBalancerClient when retrying failed requests.
InterceptorRetryPolicy(HttpRequest, LoadBalancedRetryPolicy, ServiceInstanceChooser, String) - Constructor for class org.springframework.cloud.client.loadbalancer.InterceptorRetryPolicy
Creates a new retry policy.
invoke() - Method in class org.springframework.cloud.client.actuator.FeaturesEndpoint
 
isAutoStartup() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
Deprecated.
 
isDifferent(BeanFactory) - Static method in class org.springframework.cloud.client.discovery.ManagementServerPortUtils
 
isDisabled(BeanFactory) - Static method in class org.springframework.cloud.client.discovery.ManagementServerPortUtils
 
isEnabled() - Method in class org.springframework.cloud.client.circuitbreaker.EnableCircuitBreakerImportSelector
 
isEnabled() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
Deprecated.
 
isEnabled() - Method in class org.springframework.cloud.client.discovery.EnableDiscoveryClientImportSelector
 
isEnabled() - Method in class org.springframework.cloud.client.loadbalancer.LoadBalancerRetryProperties
Returns true if the load balancer should retry failed requests.
isEnabled() - Method in class org.springframework.cloud.commons.util.SpringFactoryImportSelector
 
isFailFast() - Method in class org.springframework.cloud.client.serviceregistry.AutoServiceRegistrationProperties
 
isRunning() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
Deprecated.
 
isSame(BeanFactory) - Static method in class org.springframework.cloud.client.discovery.ManagementServerPortUtils
 
isSecure() - Method in class org.springframework.cloud.client.discovery.simple.SimpleDiscoveryProperties.SimpleServiceInstance
 
isSecure() - Method in interface org.springframework.cloud.client.ServiceInstance
 
isSensitive() - Method in class org.springframework.cloud.client.serviceregistry.endpoint.ServiceRegistryEndpoint
 

L

LoadBalanced - Annotation Type in org.springframework.cloud.client.loadbalancer
Annotation to mark a RestTemplate bean to be configured to use a LoadBalancerClient
loadBalancedRestTemplateInitializer(List<RestTemplateCustomizer>) - Method in class org.springframework.cloud.client.loadbalancer.LoadBalancerAutoConfiguration
 
LoadBalancedRetryContext - Class in org.springframework.cloud.client.loadbalancer
RetryContext for load balanced retries.
LoadBalancedRetryContext(RetryContext, HttpRequest) - Constructor for class org.springframework.cloud.client.loadbalancer.LoadBalancedRetryContext
Creates a new load balanced context.
LoadBalancedRetryPolicy - Interface in org.springframework.cloud.client.loadbalancer
Retry logic to use for the LoadBalancerClient.
LoadBalancedRetryPolicyFactory - Interface in org.springframework.cloud.client.loadbalancer
Responsible for creating the LoadBalancedRetryPolicy.
loadBalancedRetryPolicyFactory() - Method in class org.springframework.cloud.client.loadbalancer.LoadBalancerAutoConfiguration.RetryAutoConfiguration
 
LoadBalancedRetryPolicyFactory.NeverRetryFactory - Class in org.springframework.cloud.client.loadbalancer
 
LoadBalancerAutoConfiguration - Class in org.springframework.cloud.client.loadbalancer
Auto configuration for Ribbon (client side load balancing).
LoadBalancerAutoConfiguration() - Constructor for class org.springframework.cloud.client.loadbalancer.LoadBalancerAutoConfiguration
 
LoadBalancerAutoConfiguration.RetryAutoConfiguration - Class in org.springframework.cloud.client.loadbalancer
 
LoadBalancerAutoConfiguration.RetryInterceptorAutoConfiguration - Class in org.springframework.cloud.client.loadbalancer
 
LoadBalancerClient - Interface in org.springframework.cloud.client.loadbalancer
Represents a client side load balancer
LoadBalancerInterceptor - Class in org.springframework.cloud.client.loadbalancer
 
LoadBalancerInterceptor(LoadBalancerClient, LoadBalancerRequestFactory) - Constructor for class org.springframework.cloud.client.loadbalancer.LoadBalancerInterceptor
 
LoadBalancerInterceptor(LoadBalancerClient) - Constructor for class org.springframework.cloud.client.loadbalancer.LoadBalancerInterceptor
 
LoadBalancerRequest<T> - Interface in org.springframework.cloud.client.loadbalancer
Simple interface used by LoadBalancerClient to apply metrics or pre and post actions around load balancer requests.
loadBalancerRequestFactory(LoadBalancerClient) - Method in class org.springframework.cloud.client.loadbalancer.LoadBalancerAutoConfiguration
 
LoadBalancerRequestFactory - Class in org.springframework.cloud.client.loadbalancer
LoadBalancerRequestFactory(LoadBalancerClient, List<LoadBalancerRequestTransformer>) - Constructor for class org.springframework.cloud.client.loadbalancer.LoadBalancerRequestFactory
 
LoadBalancerRequestFactory(LoadBalancerClient) - Constructor for class org.springframework.cloud.client.loadbalancer.LoadBalancerRequestFactory
 
LoadBalancerRequestTransformer - Interface in org.springframework.cloud.client.loadbalancer
Allows applications to transform the load balanced HttpRequest given the chosen ServiceInstance
LoadBalancerRetryProperties - Class in org.springframework.cloud.client.loadbalancer
Configuration properties for the LoadBalancerClient.
LoadBalancerRetryProperties() - Constructor for class org.springframework.cloud.client.loadbalancer.LoadBalancerRetryProperties
 

M

ManagementServerPortUtils - Class in org.springframework.cloud.client.discovery
 
ManagementServerPortUtils() - Constructor for class org.springframework.cloud.client.discovery.ManagementServerPortUtils
 
ManagementServerPortUtils.ManagementServerPort - Enum in org.springframework.cloud.client.discovery
 

N

namedFeature(String, Class<?>) - Static method in class org.springframework.cloud.client.actuator.HasFeatures
 
NamedFeature - Class in org.springframework.cloud.client.actuator
 
NamedFeature() - Constructor for class org.springframework.cloud.client.actuator.NamedFeature
 
namedFeatures(NamedFeature...) - Static method in class org.springframework.cloud.client.actuator.HasFeatures
 
namedFeatures(String, Class<?>, String, Class<?>) - Static method in class org.springframework.cloud.client.actuator.HasFeatures
 
NeverRetryFactory() - Constructor for class org.springframework.cloud.client.loadbalancer.LoadBalancedRetryPolicyFactory.NeverRetryFactory
 
NoopDiscoveryClient - Class in org.springframework.cloud.client.discovery.noop
Deprecated.
NoopDiscoveryClient(ServiceInstance) - Constructor for class org.springframework.cloud.client.discovery.noop.NoopDiscoveryClient
Deprecated.
 
NoopDiscoveryClientAutoConfiguration - Class in org.springframework.cloud.client.discovery.noop
Deprecated.
NoopDiscoveryClientAutoConfiguration() - Constructor for class org.springframework.cloud.client.discovery.noop.NoopDiscoveryClientAutoConfiguration
Deprecated.
 
NoopDiscoveryClientAutoConfiguration.Boot15PortFinderConfiguration - Class in org.springframework.cloud.client.discovery.noop
Deprecated.
 

O

onApplicationEvent(EmbeddedServletContainerInitializedEvent) - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
Deprecated.
onApplicationEvent(InstanceRegisteredEvent<?>) - Method in class org.springframework.cloud.client.discovery.health.DiscoveryClientHealthIndicator
 
onApplicationEvent(ContextRefreshedEvent) - Method in class org.springframework.cloud.client.discovery.noop.NoopDiscoveryClientAutoConfiguration
Deprecated.
 
open(RetryContext) - Method in class org.springframework.cloud.client.loadbalancer.InterceptorRetryPolicy
 
org.springframework.cloud.client - package org.springframework.cloud.client
 
org.springframework.cloud.client.actuator - package org.springframework.cloud.client.actuator
 
org.springframework.cloud.client.circuitbreaker - package org.springframework.cloud.client.circuitbreaker
 
org.springframework.cloud.client.discovery - package org.springframework.cloud.client.discovery
 
org.springframework.cloud.client.discovery.event - package org.springframework.cloud.client.discovery.event
 
org.springframework.cloud.client.discovery.health - package org.springframework.cloud.client.discovery.health
 
org.springframework.cloud.client.discovery.noop - package org.springframework.cloud.client.discovery.noop
 
org.springframework.cloud.client.discovery.simple - package org.springframework.cloud.client.discovery.simple
 
org.springframework.cloud.client.hypermedia - package org.springframework.cloud.client.hypermedia
 
org.springframework.cloud.client.loadbalancer - package org.springframework.cloud.client.loadbalancer
 
org.springframework.cloud.client.serviceregistry - package org.springframework.cloud.client.serviceregistry
 
org.springframework.cloud.client.serviceregistry.endpoint - package org.springframework.cloud.client.serviceregistry.endpoint
 
org.springframework.cloud.commons.util - package org.springframework.cloud.commons.util
 
override - Variable in class org.springframework.cloud.commons.util.InetUtils.HostInfo
 

P

ParentHeartbeatEvent - Class in org.springframework.cloud.client.discovery.event
Heartbeat Event that a Parent ApplicationContext can send to a child Context.
ParentHeartbeatEvent(Object, Object) - Constructor for class org.springframework.cloud.client.discovery.event.ParentHeartbeatEvent
 
portFinder(ApplicationContext) - Method in class org.springframework.cloud.client.discovery.noop.NoopDiscoveryClientAutoConfiguration.Boot15PortFinderConfiguration
Deprecated.
 
postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in class org.springframework.cloud.client.HostInfoEnvironmentPostProcessor
 
PREFIX - Static variable in class org.springframework.cloud.commons.util.InetUtilsProperties
 

R

reconstructURI(ServiceInstance, URI) - Method in interface org.springframework.cloud.client.loadbalancer.LoadBalancerClient
Create a proper URI with a real host and port for systems to utilize.
Refresh() - Constructor for class org.springframework.cloud.client.hypermedia.CloudHypermediaAutoConfiguration.CloudHypermediaProperties.Refresh
 
register() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
Deprecated.
Register the local service with the DiscoveryClient
register() - Method in class org.springframework.cloud.client.serviceregistry.AbstractAutoServiceRegistration
Register the local service with the ServiceRegistry
register(R) - Method in interface org.springframework.cloud.client.serviceregistry.ServiceRegistry
Register the registration.
registerManagement() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
Deprecated.
Register the local management service with the DiscoveryClient
registerManagement() - Method in class org.springframework.cloud.client.serviceregistry.AbstractAutoServiceRegistration
Register the local management service with the ServiceRegistry
registerThrowable(RetryContext, Throwable) - Method in class org.springframework.cloud.client.loadbalancer.InterceptorRetryPolicy
 
registerThrowable(LoadBalancedRetryContext, Throwable) - Method in interface org.springframework.cloud.client.loadbalancer.LoadBalancedRetryPolicy
Called when the execution fails.
Registration - Interface in org.springframework.cloud.client.serviceregistry
A marker interface used by a ServiceRegistry.
RemoteResource - Interface in org.springframework.cloud.client.hypermedia
A REST resource that can be discovered and can be either gone or available.
RemoteResourceRefresher - Class in org.springframework.cloud.client.hypermedia
A ScheduledTaskRegistrar that verifies all DiscoveredResource instances in the system based on the given timing configuration.
RemoteResourceRefresher() - Constructor for class org.springframework.cloud.client.hypermedia.RemoteResourceRefresher
 
restTemplateCustomizer(RetryLoadBalancerInterceptor) - Method in class org.springframework.cloud.client.loadbalancer.LoadBalancerAutoConfiguration.RetryInterceptorAutoConfiguration
 
RestTemplateCustomizer - Interface in org.springframework.cloud.client.loadbalancer
 
retryableStatusCode(int) - Method in interface org.springframework.cloud.client.loadbalancer.LoadBalancedRetryPolicy
If an exception is not thrown when making a request, than this method will be called to see if the client would like to retry the request based on the status code returned.
RetryableStatusCodeException - Exception in org.springframework.cloud.client.loadbalancer
Exception to be thrown when the status code is deemed to be retryable.
RetryableStatusCodeException(String, int) - Constructor for exception org.springframework.cloud.client.loadbalancer.RetryableStatusCodeException
 
RetryAutoConfiguration() - Constructor for class org.springframework.cloud.client.loadbalancer.LoadBalancerAutoConfiguration.RetryAutoConfiguration
 
RetryInterceptorAutoConfiguration() - Constructor for class org.springframework.cloud.client.loadbalancer.LoadBalancerAutoConfiguration.RetryInterceptorAutoConfiguration
 
RetryLoadBalancerInterceptor - Class in org.springframework.cloud.client.loadbalancer
 
RetryLoadBalancerInterceptor(LoadBalancerClient, RetryTemplate, LoadBalancerRetryProperties, LoadBalancedRetryPolicyFactory, LoadBalancerRequestFactory) - Constructor for class org.springframework.cloud.client.loadbalancer.RetryLoadBalancerInterceptor
Deprecated.
RetryLoadBalancerInterceptor(LoadBalancerClient, LoadBalancerRetryProperties, LoadBalancedRetryPolicyFactory, LoadBalancerRequestFactory) - Constructor for class org.springframework.cloud.client.loadbalancer.RetryLoadBalancerInterceptor
 
RetryLoadBalancerInterceptor(LoadBalancerClient, RetryTemplate, LoadBalancerRetryProperties, LoadBalancedRetryPolicyFactory) - Constructor for class org.springframework.cloud.client.loadbalancer.RetryLoadBalancerInterceptor
Deprecated.
retryTemplate() - Method in class org.springframework.cloud.client.loadbalancer.LoadBalancerAutoConfiguration.RetryAutoConfiguration
 
ribbonInterceptor(LoadBalancerClient, LoadBalancerRetryProperties, LoadBalancedRetryPolicyFactory, LoadBalancerRequestFactory) - Method in class org.springframework.cloud.client.loadbalancer.LoadBalancerAutoConfiguration.RetryInterceptorAutoConfiguration
 

S

selectImports(AnnotationMetadata) - Method in class org.springframework.cloud.client.discovery.EnableDiscoveryClientImportSelector
 
selectImports(AnnotationMetadata) - Method in class org.springframework.cloud.commons.util.SpringFactoryImportSelector
 
ServiceInstance - Interface in org.springframework.cloud.client
Represents an instance of a Service in a Discovery System
ServiceInstanceChooser - Interface in org.springframework.cloud.client.loadbalancer
Implemented by classes which use a load balancer to choose a server to send a request to.
ServiceInstanceProvider - Interface in org.springframework.cloud.client.hypermedia
A component that will provide a ServiceInstance or can express the absence of one by returning null.
ServiceRegistry<R extends Registration> - Interface in org.springframework.cloud.client.serviceregistry
Contract to register and deregister instances with a Service Registry.
ServiceRegistryAutoConfiguration - Class in org.springframework.cloud.client.serviceregistry
 
ServiceRegistryAutoConfiguration() - Constructor for class org.springframework.cloud.client.serviceregistry.ServiceRegistryAutoConfiguration
 
ServiceRegistryAutoConfiguration.ServiceRegistryEndpointConfiguration - Class in org.springframework.cloud.client.serviceregistry
 
ServiceRegistryEndpoint - Class in org.springframework.cloud.client.serviceregistry.endpoint
Endpoint to display and set the service instance status using the service registry.
ServiceRegistryEndpoint(ServiceRegistry<?>) - Constructor for class org.springframework.cloud.client.serviceregistry.endpoint.ServiceRegistryEndpoint
 
serviceRegistryEndpoint(ServiceRegistry) - Method in class org.springframework.cloud.client.serviceregistry.ServiceRegistryAutoConfiguration.ServiceRegistryEndpointConfiguration
 
ServiceRegistryEndpointConfiguration() - Constructor for class org.springframework.cloud.client.serviceregistry.ServiceRegistryAutoConfiguration.ServiceRegistryEndpointConfiguration
 
ServiceRequestWrapper - Class in org.springframework.cloud.client.loadbalancer
 
ServiceRequestWrapper(HttpRequest, ServiceInstance, LoadBalancerClient) - Constructor for class org.springframework.cloud.client.loadbalancer.ServiceRequestWrapper
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.cloud.client.actuator.FeaturesEndpoint
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
Deprecated.
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.cloud.commons.util.SpringFactoryImportSelector
 
setConfiguredPort(int) - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
Deprecated.
setEnabled(boolean) - Method in class org.springframework.cloud.client.loadbalancer.LoadBalancerRetryProperties
Sets whether the load balancer should retry failed request.
setEnvironment(Environment) - Method in class org.springframework.cloud.commons.util.SpringFactoryImportSelector
 
setFailFast(boolean) - Method in class org.springframework.cloud.client.serviceregistry.AutoServiceRegistrationProperties
 
setInstances(Map<String, List<SimpleDiscoveryProperties.SimpleServiceInstance>>) - Method in class org.springframework.cloud.client.discovery.simple.SimpleDiscoveryProperties
 
setOrder(int) - Method in class org.springframework.cloud.client.discovery.health.DiscoveryClientHealthIndicator
 
setRegistration(Registration) - Method in class org.springframework.cloud.client.serviceregistry.endpoint.ServiceRegistryEndpoint
 
setRequest(HttpRequest) - Method in class org.springframework.cloud.client.loadbalancer.LoadBalancedRetryContext
Sets the request that is being load baalnced.
setRestOperations(RestOperations) - Method in class org.springframework.cloud.client.hypermedia.DiscoveredResource
Configures the RestOperations to use to execute the traversal and verifying HEAD calls.
setServiceId(String) - Method in class org.springframework.cloud.client.discovery.simple.SimpleDiscoveryProperties.SimpleServiceInstance
 
setServiceInstance(ServiceInstance) - Method in class org.springframework.cloud.client.loadbalancer.LoadBalancedRetryContext
Sets the service instance to use during the retry.
setStatus(String) - Method in class org.springframework.cloud.client.serviceregistry.endpoint.ServiceRegistryEndpoint
 
setStatus(R, String) - Method in interface org.springframework.cloud.client.serviceregistry.ServiceRegistry
Sets the status of the registration.
setUri(URI) - Method in class org.springframework.cloud.client.discovery.simple.SimpleDiscoveryProperties.SimpleServiceInstance
 
shouldRegisterManagement() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
Deprecated.
 
SimpleDiscoveryClient - Class in org.springframework.cloud.client.discovery.simple
A DiscoveryClient that will use the properties file as a source of service instances
SimpleDiscoveryClient(SimpleDiscoveryProperties) - Constructor for class org.springframework.cloud.client.discovery.simple.SimpleDiscoveryClient
 
simpleDiscoveryClient(SimpleDiscoveryProperties) - Method in class org.springframework.cloud.client.discovery.simple.SimpleDiscoveryClientAutoConfiguration
 
SimpleDiscoveryClientAutoConfiguration - Class in org.springframework.cloud.client.discovery.simple
Spring Boot Auto-Configuration for Simple Properties based Discovery Client
SimpleDiscoveryClientAutoConfiguration() - Constructor for class org.springframework.cloud.client.discovery.simple.SimpleDiscoveryClientAutoConfiguration
 
simpleDiscoveryProperties() - Method in class org.springframework.cloud.client.discovery.simple.SimpleDiscoveryClientAutoConfiguration
 
SimpleDiscoveryProperties - Class in org.springframework.cloud.client.discovery.simple
Properties to hold the details of a DiscoveryClient service instances for a given service
SimpleDiscoveryProperties() - Constructor for class org.springframework.cloud.client.discovery.simple.SimpleDiscoveryProperties
 
SimpleDiscoveryProperties.SimpleServiceInstance - Class in org.springframework.cloud.client.discovery.simple
 
SimpleServiceInstance() - Constructor for class org.springframework.cloud.client.discovery.simple.SimpleDiscoveryProperties.SimpleServiceInstance
 
SimpleServiceInstance(URI) - Constructor for class org.springframework.cloud.client.discovery.simple.SimpleDiscoveryProperties.SimpleServiceInstance
 
SpringCloudApplication - Annotation Type in org.springframework.cloud.client
 
SpringFactoryImportSelector<T> - Class in org.springframework.cloud.commons.util
Selects configurations to load defined by the generic type T.
SpringFactoryImportSelector() - Constructor for class org.springframework.cloud.commons.util.SpringFactoryImportSelector
 
start() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
Deprecated.
 
StaticServiceInstanceProvider - Class in org.springframework.cloud.client.hypermedia
A ServiceInstanceProvider that will always return the configured ServiceInstance.
StaticServiceInstanceProvider() - Constructor for class org.springframework.cloud.client.hypermedia.StaticServiceInstanceProvider
 
stop(Runnable) - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
Deprecated.
 
stop() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
Deprecated.
 
stop() - Method in class org.springframework.cloud.client.serviceregistry.AbstractAutoServiceRegistration
 

T

transformRequest(HttpRequest, ServiceInstance) - Method in interface org.springframework.cloud.client.loadbalancer.LoadBalancerRequestTransformer
 
TraversalDefinition - Interface in org.springframework.cloud.client.hypermedia
Callback to define the traversal to a resource.

U

update(Object) - Method in class org.springframework.cloud.client.discovery.event.HeartbeatMonitor
 
UtilAutoConfiguration - Class in org.springframework.cloud.commons.util
 
UtilAutoConfiguration() - Constructor for class org.springframework.cloud.commons.util.UtilAutoConfiguration
 

V

valueOf(String) - Static method in enum org.springframework.cloud.client.discovery.ManagementServerPortUtils.ManagementServerPort
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.cloud.client.discovery.ManagementServerPortUtils.ManagementServerPort
Returns an array containing the constants of this enum type, in the order they are declared.
verifyOrDiscover() - Method in class org.springframework.cloud.client.hypermedia.DiscoveredResource
Verifies the link to the current
verifyOrDiscover() - Method in interface org.springframework.cloud.client.hypermedia.RemoteResource
Discovers the the resource in case it hasn't been yet or became unavailable.
A B C D E F G H I L M N O P R S T U V 
Skip navigation links

Copyright © 2017 Pivotal Software, Inc.. All rights reserved.