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

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
Deprecated.
AbstractAutoServiceRegistration(ServiceRegistry<R>, AutoServiceRegistrationProperties) - Constructor for class org.springframework.cloud.client.serviceregistry.AbstractAutoServiceRegistration
 
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
 
analyze(Throwable, CompatibilityNotMetException) - Method in class org.springframework.cloud.configuration.CompatibilityNotMetFailureAnalyzer
 
ApacheHttpClientConnectionManagerFactory - Interface in org.springframework.cloud.commons.httpclient
Interface for creating an HttpClientConnectionManager.
ApacheHttpClientFactory - Interface in org.springframework.cloud.commons.httpclient
Factory for creating a new CloseableHttpClient.
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

bind(WebServerInitializedEvent) - Method in class org.springframework.cloud.client.serviceregistry.AbstractAutoServiceRegistration
Deprecated.
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.
checkClientTrusted(X509Certificate[], String) - Method in class org.springframework.cloud.commons.httpclient.OkHttpClientFactory.DisableValidationTrustManager
 
checkServerTrusted(X509Certificate[], String) - Method in class org.springframework.cloud.commons.httpclient.OkHttpClientFactory.DisableValidationTrustManager
 
choose(Request) - Method in interface org.springframework.cloud.client.loadbalancer.reactive.ReactiveLoadBalancer
Choose the next server based on the load balancing algorithm.
choose() - Method in interface org.springframework.cloud.client.loadbalancer.reactive.ReactiveLoadBalancer
 
choose(String) - Method in interface org.springframework.cloud.client.loadbalancer.ServiceInstanceChooser
Chooses a ServiceInstance from the LoadBalancer for the specified service.
ClientHttpResponseStatusCodeException - Exception in org.springframework.cloud.client.loadbalancer
RetryableStatusCodeException that captures a ClientHttpResponse.
ClientHttpResponseStatusCodeException(String, ClientHttpResponse, byte[]) - Constructor for exception org.springframework.cloud.client.loadbalancer.ClientHttpResponseStatusCodeException
Constructor.
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
Closes 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.
CloudHypermediaAutoConfiguration() - Constructor for class org.springframework.cloud.client.hypermedia.CloudHypermediaAutoConfiguration
 
CloudHypermediaAutoConfiguration.CloudHypermediaProperties - Class in org.springframework.cloud.client.hypermedia
Configuration for Cloud hypermedia.
CloudHypermediaAutoConfiguration.CloudHypermediaProperties.Refresh - Class in org.springframework.cloud.client.hypermedia
Configuration for Cloud hypermedia refresh.
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
 
CompatibilityNotMetFailureAnalyzer - Class in org.springframework.cloud.configuration
Analyzer for the CompatibilityNotMetException.
CompatibilityNotMetFailureAnalyzer() - Constructor for class org.springframework.cloud.configuration.CompatibilityNotMetFailureAnalyzer
 
CompatibilityVerifierAutoConfiguration - Class in org.springframework.cloud.configuration
Auto-configuration that fails the build fast for incompatible versions of dependencies (e.g.
CompatibilityVerifierAutoConfiguration() - Constructor for class org.springframework.cloud.configuration.CompatibilityVerifierAutoConfiguration
 
CompatibilityVerifierProperties - Class in org.springframework.cloud.configuration
 
CompatibilityVerifierProperties() - Constructor for class org.springframework.cloud.configuration.CompatibilityVerifierProperties
 
CompletionContext - Class in org.springframework.cloud.client.loadbalancer.reactive
 
CompletionContext(CompletionContext.Status) - Constructor for class org.springframework.cloud.client.loadbalancer.reactive.CompletionContext
 
CompletionContext(CompletionContext.Status, Throwable) - Constructor for class org.springframework.cloud.client.loadbalancer.reactive.CompletionContext
 
CompletionContext.Status - Enum in org.springframework.cloud.client.loadbalancer.reactive
Request status state.
CompositeDiscoveryClient - Class in org.springframework.cloud.client.discovery.composite
A DiscoveryClient that is composed of other discovery clients and delegates calls to each of them in order.
CompositeDiscoveryClient(List<DiscoveryClient>) - Constructor for class org.springframework.cloud.client.discovery.composite.CompositeDiscoveryClient
 
compositeDiscoveryClient(List<DiscoveryClient>) - Method in class org.springframework.cloud.client.discovery.composite.CompositeDiscoveryClientAutoConfiguration
 
CompositeDiscoveryClientAutoConfiguration - Class in org.springframework.cloud.client.discovery.composite
Auto-configuration for composite discovery client.
CompositeDiscoveryClientAutoConfiguration() - Constructor for class org.springframework.cloud.client.discovery.composite.CompositeDiscoveryClientAutoConfiguration
 
ConditionalOnDiscoveryEnabled - Annotation Type in org.springframework.cloud.client
Provides a more succinct conditional spring.cloud.discovery.enabled.
convertAddress(InetAddress) - Method in class org.springframework.cloud.commons.util.InetUtils
 
create(int, long, TimeUnit) - Method in class org.springframework.cloud.commons.httpclient.DefaultOkHttpClientConnectionPoolFactory
 
create(int, long, TimeUnit) - Method in interface org.springframework.cloud.commons.httpclient.OkHttpClientConnectionPoolFactory
Creates a new ConnectionPool.
createBackOffPolicy(String) - Method in interface org.springframework.cloud.client.loadbalancer.LoadBalancedRetryFactory
Creates a BackOffPolicy for a given service.
createBuilder() - Method in interface org.springframework.cloud.commons.httpclient.ApacheHttpClientFactory
Creates an HttpClientBuilder that can be used to create a new CloseableHttpClient.
createBuilder() - Method in class org.springframework.cloud.commons.httpclient.DefaultApacheHttpClientFactory
A default HttpClientBuilder.
createBuilder(boolean) - Method in class org.springframework.cloud.commons.httpclient.DefaultOkHttpClientFactory
 
createBuilder(boolean) - Method in interface org.springframework.cloud.commons.httpclient.OkHttpClientFactory
Creates a OkHttpClient.Builder used to build an OkHttpClient.
createRequest(HttpRequest, byte[], ClientHttpRequestExecution) - Method in class org.springframework.cloud.client.loadbalancer.LoadBalancerRequestFactory
 
createResponse(R, URI) - Method in class org.springframework.cloud.client.loadbalancer.LoadBalancedRecoveryCallback
Creates the response returned in the RecoveryCallback.
createRetryListeners(String) - Method in interface org.springframework.cloud.client.loadbalancer.LoadBalancedRetryFactory
Creates an array of RetryListeners for a given service.
createRetryPolicy(String, ServiceInstanceChooser) - Method in interface org.springframework.cloud.client.loadbalancer.LoadBalancedRetryFactory
customize(AsyncRestTemplate) - Method in interface org.springframework.cloud.client.loadbalancer.AsyncRestTemplateCustomizer
 
customize(WebClient.Builder) - Method in interface org.springframework.cloud.client.loadbalancer.reactive.WebClientCustomizer
Callback to customize a WebClient.Builder instance.
customize(RestTemplate) - Method in interface org.springframework.cloud.client.loadbalancer.RestTemplateCustomizer
 

D

DEFAULT_ORDER - Static variable in interface org.springframework.cloud.client.discovery.DiscoveryClient
Default order of the discovery client.
DEFAULT_ORDER - Static variable in interface org.springframework.cloud.client.loadbalancer.LoadBalancerRequestTransformer
Order for the load balancer request tranformer.
DefaultApacheHttpClientConnectionManagerFactory - Class in org.springframework.cloud.commons.httpclient
Default implementation of ApacheHttpClientConnectionManagerFactory.
DefaultApacheHttpClientConnectionManagerFactory() - Constructor for class org.springframework.cloud.commons.httpclient.DefaultApacheHttpClientConnectionManagerFactory
 
DefaultApacheHttpClientFactory - Class in org.springframework.cloud.commons.httpclient
Default implementation of ApacheHttpClientFactory.
DefaultApacheHttpClientFactory(HttpClientBuilder) - Constructor for class org.springframework.cloud.commons.httpclient.DefaultApacheHttpClientFactory
 
DefaultOkHttpClientConnectionPoolFactory - Class in org.springframework.cloud.commons.httpclient
Default implementation of OkHttpClientConnectionPoolFactory.
DefaultOkHttpClientConnectionPoolFactory() - Constructor for class org.springframework.cloud.commons.httpclient.DefaultOkHttpClientConnectionPoolFactory
 
DefaultOkHttpClientFactory - Class in org.springframework.cloud.commons.httpclient
Default implementation of OkHttpClientFactory.
DefaultOkHttpClientFactory(OkHttpClient.Builder) - Constructor for class org.springframework.cloud.commons.httpclient.DefaultOkHttpClientFactory
 
DefaultRequest - Class in org.springframework.cloud.client.loadbalancer.reactive
 
DefaultRequest() - Constructor for class org.springframework.cloud.client.loadbalancer.reactive.DefaultRequest
 
DefaultResponse - Class in org.springframework.cloud.client.loadbalancer.reactive
 
DefaultResponse(ServiceInstance) - Constructor for class org.springframework.cloud.client.loadbalancer.reactive.DefaultResponse
 
DefaultServiceInstance - Class in org.springframework.cloud.client
Default implementation of ServiceInstance.
DefaultServiceInstance(String, String, String, int, boolean, Map<String, String>) - Constructor for class org.springframework.cloud.client.DefaultServiceInstance
 
DefaultServiceInstance(String, String, String, int, boolean) - Constructor for class org.springframework.cloud.client.DefaultServiceInstance
 
DefaultServiceInstance(String, String, int, boolean, Map<String, String>) - Constructor for class org.springframework.cloud.client.DefaultServiceInstance
Deprecated.
- use other constructors
DefaultServiceInstance(String, String, int, boolean) - Constructor for class org.springframework.cloud.client.DefaultServiceInstance
Deprecated.
- use other constructors
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
Deregisters the registration.
deregisterManagement() - Method in class org.springframework.cloud.client.serviceregistry.AbstractAutoServiceRegistration
De-register the local management service with the ServiceRegistry.
description() - Method in class org.springframework.cloud.client.discovery.composite.CompositeDiscoveryClient
 
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.serviceregistry.AbstractAutoServiceRegistration
 
DisableValidationTrustManager() - Constructor for class org.springframework.cloud.commons.httpclient.OkHttpClientFactory.DisableValidationTrustManager
 
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(ServiceInstanceProvider, TraversalDefinition) - 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
Represents read operations commonly available to discovery services such as Netflix Eureka or consul.io.
discoveryClient() - Method in class org.springframework.cloud.client.discovery.noop.NoopDiscoveryClientAutoConfiguration
Deprecated.
 
discoveryClientHealthIndicator(ObjectProvider<DiscoveryClient>, DiscoveryClientHealthIndicatorProperties) - Method in class org.springframework.cloud.client.CommonsClientAutoConfiguration.DiscoveryLoadBalancerConfiguration
 
DiscoveryClientHealthIndicator - Class in org.springframework.cloud.client.discovery.health
 
DiscoveryClientHealthIndicator(ObjectProvider<DiscoveryClient>, DiscoveryClientHealthIndicatorProperties) - Constructor for class org.springframework.cloud.client.discovery.health.DiscoveryClientHealthIndicator
 
DiscoveryClientHealthIndicatorProperties - Class in org.springframework.cloud.client.discovery.health
 
DiscoveryClientHealthIndicatorProperties() - Constructor for class org.springframework.cloud.client.discovery.health.DiscoveryClientHealthIndicatorProperties
 
discoveryCompositeHealthIndicator(HealthAggregator, List<DiscoveryHealthIndicator>) - Method in class org.springframework.cloud.client.CommonsClientAutoConfiguration.DiscoveryLoadBalancerConfiguration
 
DiscoveryCompositeHealthIndicator - Class in org.springframework.cloud.client.discovery.health
Gathers all instances of DiscoveryHealthIndicator 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
Holder for the Health Indicator.
DiscoveryHealthIndicator - Interface in org.springframework.cloud.client.discovery.health
A health indicator interface specific to a DiscoveryClient implementation.
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 look up a service by name.
DynamicServiceInstanceProvider(DiscoveryClient, String) - Constructor for class org.springframework.cloud.client.hypermedia.DynamicServiceInstanceProvider
 

E

EmptyResponse - Class in org.springframework.cloud.client.loadbalancer.reactive
 
EmptyResponse() - Constructor for class org.springframework.cloud.client.loadbalancer.reactive.EmptyResponse
 
EnableCircuitBreaker - Annotation Type in org.springframework.cloud.client.circuitbreaker
Annotation to enable a CircuitBreaker implementation.
EnableCircuitBreakerImportSelector - Class in org.springframework.cloud.client.circuitbreaker
Imports 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.DefaultServiceInstance
 
equals(Object) - Method in class org.springframework.cloud.client.loadbalancer.InterceptorRetryPolicy
 
execute(String, LoadBalancerRequest<T>) - Method in interface org.springframework.cloud.client.loadbalancer.LoadBalancerClient
Executes 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
Executes request using a ServiceInstance from the LoadBalancer for the specified service.

F

features() - Method in class org.springframework.cloud.client.actuator.FeaturesEndpoint
 
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
 
filter(ClientRequest, ExchangeFunction) - Method in class org.springframework.cloud.client.loadbalancer.reactive.LoadBalancerExchangeFilterFunction
 
filter(ClientRequest, ExchangeFunction) - Method in class org.springframework.cloud.client.loadbalancer.reactive.ReactorLoadBalancerExchangeFilterFunction
 
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
 
getAcceptedIssuers() - Method in class org.springframework.cloud.commons.httpclient.OkHttpClientFactory.DisableValidationTrustManager
 
getAnnotationClass() - Method in class org.springframework.cloud.commons.util.SpringFactoryImportSelector
 
getAppName() - Method in class org.springframework.cloud.client.serviceregistry.AbstractAutoServiceRegistration
Deprecated.
getBuilders() - Method in class org.springframework.cloud.client.loadbalancer.reactive.ReactiveLoadBalancerAutoConfiguration
Deprecated.
 
getCompatibleBootVersions() - Method in class org.springframework.cloud.configuration.CompatibilityVerifierProperties
 
getConfig() - Method in class org.springframework.cloud.client.discovery.event.InstanceRegisteredEvent
 
getConfiguration() - Method in class org.springframework.cloud.client.serviceregistry.AbstractAutoServiceRegistration
Deprecated.
getContext() - Method in class org.springframework.cloud.client.serviceregistry.AbstractAutoServiceRegistration
 
getDefaultHostname() - Method in class org.springframework.cloud.commons.util.InetUtilsProperties
 
getDefaultInstanceId(PropertyResolver) - Static method in class org.springframework.cloud.commons.util.IdUtils
 
getDefaultInstanceId(PropertyResolver, boolean) - Static method in class org.springframework.cloud.commons.util.IdUtils
 
getDefaultIpAddress() - Method in class org.springframework.cloud.commons.util.InetUtilsProperties
 
getDelegate() - Method in class org.springframework.cloud.client.discovery.health.DiscoveryCompositeHealthIndicator.Holder
 
getDiscoveryClients() - Method in class org.springframework.cloud.client.discovery.composite.CompositeDiscoveryClient
 
getEnvironment() - Method in class org.springframework.cloud.client.serviceregistry.AbstractAutoServiceRegistration
Deprecated.
getEnvironment() - Method in class org.springframework.cloud.commons.util.SpringFactoryImportSelector
 
getFixedDelay() - Method in class org.springframework.cloud.client.hypermedia.CloudHypermediaAutoConfiguration.CloudHypermediaProperties.Refresh
 
getHealthIndicators() - Method in class org.springframework.cloud.client.discovery.health.DiscoveryCompositeHealthIndicator
 
getHost() - Method in class org.springframework.cloud.client.DefaultServiceInstance
 
getHost() - Method in class org.springframework.cloud.client.discovery.simple.SimpleDiscoveryProperties.SimpleServiceInstance
 
getHost() - Method in interface org.springframework.cloud.client.ServiceInstance
 
getHostname() - Method in class org.springframework.cloud.commons.util.InetUtils.HostInfo
 
getIgnoredInterfaces() - Method in class org.springframework.cloud.commons.util.InetUtilsProperties
 
getInitialDelay() - Method in class org.springframework.cloud.client.hypermedia.CloudHypermediaAutoConfiguration.CloudHypermediaProperties.Refresh
 
getInstance(String) - Method in interface org.springframework.cloud.client.loadbalancer.reactive.ReactiveLoadBalancer.Factory
 
getInstanceId() - Method in class org.springframework.cloud.client.DefaultServiceInstance
 
getInstanceId() - Method in class org.springframework.cloud.client.discovery.simple.SimpleDiscoveryProperties.SimpleServiceInstance
 
getInstanceId() - Method in interface org.springframework.cloud.client.ServiceInstance
 
getInstances(String) - Method in class org.springframework.cloud.client.discovery.composite.CompositeDiscoveryClient
 
getInstances(String) - Method in interface org.springframework.cloud.client.discovery.DiscoveryClient
Gets 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
 
getIpAddress() - Method in class org.springframework.cloud.commons.util.InetUtils.HostInfo
 
getIpAddressAsInt() - Method in class org.springframework.cloud.commons.util.InetUtils.HostInfo
 
getLink() - Method in class org.springframework.cloud.client.hypermedia.DiscoveredResource
 
getLink() - Method in interface org.springframework.cloud.client.hypermedia.RemoteResource
Returns the Link to the resource if it is available, or null if it is gone (i.e.
getLocal() - Method in class org.springframework.cloud.client.discovery.simple.SimpleDiscoveryProperties
 
getManagementPort() - Method in class org.springframework.cloud.client.serviceregistry.AbstractAutoServiceRegistration
Deprecated.
getManagementRegistration() - Method in class org.springframework.cloud.client.serviceregistry.AbstractAutoServiceRegistration
 
getManagementServiceId() - Method in class org.springframework.cloud.client.serviceregistry.AbstractAutoServiceRegistration
Deprecated.
getManagementServiceName() - Method in class org.springframework.cloud.client.serviceregistry.AbstractAutoServiceRegistration
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.actuator.NamedFeature
 
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 interface org.springframework.cloud.client.discovery.DiscoveryClient
Default implementation for getting order of discovery clients.
getOrder() - Method in class org.springframework.cloud.client.discovery.health.DiscoveryClientHealthIndicator
 
getOrder() - Method in class org.springframework.cloud.client.discovery.simple.SimpleDiscoveryClient
 
getOrder() - Method in class org.springframework.cloud.client.discovery.simple.SimpleDiscoveryProperties
 
getOrder() - Method in class org.springframework.cloud.client.HostInfoEnvironmentPostProcessor
 
getOrder() - Method in class org.springframework.cloud.client.serviceregistry.AbstractAutoServiceRegistration
 
getPhase() - Method in class org.springframework.cloud.client.serviceregistry.AbstractAutoServiceRegistration
 
getPort() - Method in class org.springframework.cloud.client.DefaultServiceInstance
 
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
 
getPort() - Method in class org.springframework.cloud.client.serviceregistry.AbstractAutoServiceRegistration
Deprecated.
getPreferredNetworks() - Method in class org.springframework.cloud.commons.util.InetUtilsProperties
 
getPREFIX() - Static method in class org.springframework.cloud.commons.util.InetUtilsProperties
 
getProvider() - Method in class org.springframework.cloud.client.hypermedia.DiscoveredResource
 
getRefresh() - Method in class org.springframework.cloud.client.hypermedia.CloudHypermediaAutoConfiguration.CloudHypermediaProperties
 
getRegistration() - Method in class org.springframework.cloud.client.discovery.event.InstancePreRegisteredEvent
Get the registration data.
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.
getResponse() - Method in exception org.springframework.cloud.client.loadbalancer.ClientHttpResponseStatusCodeException
 
getResponse() - Method in exception org.springframework.cloud.client.loadbalancer.RetryableStatusCodeException
 
getRestOperations() - Method in class org.springframework.cloud.client.hypermedia.DiscoveredResource
 
getRunning() - Method in class org.springframework.cloud.client.serviceregistry.AbstractAutoServiceRegistration
 
getScheme() - Method in interface org.springframework.cloud.client.ServiceInstance
 
getServer() - Method in class org.springframework.cloud.client.loadbalancer.reactive.DefaultResponse
 
getServer() - Method in class org.springframework.cloud.client.loadbalancer.reactive.EmptyResponse
 
getServer() - Method in interface org.springframework.cloud.client.loadbalancer.reactive.Response
 
getServiceId() - Method in class org.springframework.cloud.client.DefaultServiceInstance
 
getServiceId() - Method in class org.springframework.cloud.client.discovery.simple.SimpleDiscoveryProperties.SimpleServiceInstance
 
getServiceId() - Method in interface org.springframework.cloud.client.ServiceInstance
 
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 if 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 class org.springframework.cloud.client.discovery.composite.CompositeDiscoveryClient
 
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.loadbalancer.reactive.CompletionContext
 
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.
getThrowable() - Method in class org.springframework.cloud.client.loadbalancer.reactive.CompletionContext
 
getTimeoutSeconds() - Method in class org.springframework.cloud.commons.util.InetUtilsProperties
 
getTraversal() - Method in class org.springframework.cloud.client.hypermedia.DiscoveredResource
 
getType() - Method in class org.springframework.cloud.client.actuator.NamedFeature
 
getUri(ServiceInstance) - Static method in class org.springframework.cloud.client.DefaultServiceInstance
Creates a URI from the given ServiceInstance's host:port.
getUri() - Method in class org.springframework.cloud.client.DefaultServiceInstance
 
getUri() - Method in class org.springframework.cloud.client.discovery.simple.SimpleDiscoveryProperties.SimpleServiceInstance
 
getUri() - Method in exception org.springframework.cloud.client.loadbalancer.RetryableStatusCodeException
 
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.DefaultServiceInstance
 
hashCode() - Method in class org.springframework.cloud.client.loadbalancer.InterceptorRetryPolicy
 
hasServer() - Method in class org.springframework.cloud.client.loadbalancer.reactive.DefaultResponse
 
hasServer() - Method in class org.springframework.cloud.client.loadbalancer.reactive.EmptyResponse
 
hasServer() - Method in interface org.springframework.cloud.client.loadbalancer.reactive.Response
 
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
An event that a DiscoveryClient implementation can broadcast if it supports heartbeats from the discovery server.
HeartbeatEvent(Object, Object) - Constructor for class org.springframework.cloud.client.discovery.event.HeartbeatEvent
Creates 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
 
HTTP_SCHEME - Static variable in interface org.springframework.cloud.commons.httpclient.ApacheHttpClientConnectionManagerFactory
Scheme for HTTP based communication.
HttpClientConfiguration - Class in org.springframework.cloud.commons.httpclient
 
HttpClientConfiguration() - Constructor for class org.springframework.cloud.commons.httpclient.HttpClientConfiguration
 
HTTPS_SCHEME - Static variable in interface org.springframework.cloud.commons.httpclient.ApacheHttpClientConnectionManagerFactory
Scheme for HTTPS based communication.

I

IdUtils - Class in org.springframework.cloud.commons.util
 
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
Host information pojo.
InetUtilsProperties - Class in org.springframework.cloud.commons.util
Properties for InetUtils.
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
 
InstancePreRegisteredEvent - Class in org.springframework.cloud.client.discovery.event
An event to fire before a service is registered.
InstancePreRegisteredEvent(Object, Registration) - Constructor for class org.springframework.cloud.client.discovery.event.InstancePreRegisteredEvent
Create a new pre registration event.
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
Creates 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.
isAutoStartup() - Method in class org.springframework.cloud.client.serviceregistry.AbstractAutoServiceRegistration
 
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.EnableDiscoveryClientImportSelector
 
isEnabled() - Method in class org.springframework.cloud.client.discovery.health.DiscoveryClientHealthIndicatorProperties
 
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.client.serviceregistry.AbstractAutoServiceRegistration
 
isEnabled() - Method in class org.springframework.cloud.client.serviceregistry.AutoServiceRegistrationProperties
 
isEnabled() - Method in class org.springframework.cloud.commons.util.SpringFactoryImportSelector
 
isEnabled() - Method in class org.springframework.cloud.configuration.CompatibilityVerifierProperties
 
isFailFast() - Method in class org.springframework.cloud.client.serviceregistry.AutoServiceRegistrationProperties
 
isIncludeDescription() - Method in class org.springframework.cloud.client.discovery.health.DiscoveryClientHealthIndicatorProperties
 
isOverride() - Method in class org.springframework.cloud.commons.util.InetUtils.HostInfo
 
isRegisterManagement() - Method in class org.springframework.cloud.client.serviceregistry.AutoServiceRegistrationProperties
 
isRunning() - Method in class org.springframework.cloud.client.serviceregistry.AbstractAutoServiceRegistration
 
isSame(BeanFactory) - Static method in class org.springframework.cloud.client.discovery.ManagementServerPortUtils
 
isSecure() - Method in class org.springframework.cloud.client.DefaultServiceInstance
 
isSecure() - Method in class org.springframework.cloud.client.discovery.simple.SimpleDiscoveryProperties.SimpleServiceInstance
 
isSecure() - Method in interface org.springframework.cloud.client.ServiceInstance
 
isUseOnlySiteLocalInterfaces() - Method in class org.springframework.cloud.commons.util.InetUtilsProperties
 

L

LoadBalanced - Annotation Type in org.springframework.cloud.client.loadbalancer
Annotation to mark a RestTemplate bean to be configured to use a LoadBalancerClient.
LoadBalancedRecoveryCallback<T,R> - Class in org.springframework.cloud.client.loadbalancer
An implementation of RecoveryCallback which relies on an implementation of RetryableStatusCodeException to contain the last response object from the request.
LoadBalancedRecoveryCallback() - Constructor for class org.springframework.cloud.client.loadbalancer.LoadBalancedRecoveryCallback
 
loadBalancedRestTemplateInitializerDeprecated(ObjectProvider<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.
LoadBalancedRetryFactory - Interface in org.springframework.cloud.client.loadbalancer
Factory class used to customize the retry functionality throughout Spring Cloud.
loadBalancedRetryFactory() - Method in class org.springframework.cloud.client.loadbalancer.LoadBalancerAutoConfiguration.RetryAutoConfiguration
 
LoadBalancedRetryPolicy - Interface in org.springframework.cloud.client.loadbalancer
Retry logic to use for the LoadBalancerClient.
loadBalancedWebClientInitializer(List<WebClientCustomizer>) - Method in class org.springframework.cloud.client.loadbalancer.reactive.ReactiveLoadBalancerAutoConfiguration
Deprecated.
 
loadBalancedWebClientInitializer(List<WebClientCustomizer>) - Method in class org.springframework.cloud.client.loadbalancer.reactive.ReactorLoadBalancerClientAutoConfiguration
 
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
Auto configuration for retry mechanism.
LoadBalancerAutoConfiguration.RetryInterceptorAutoConfiguration - Class in org.springframework.cloud.client.loadbalancer
Auto configuration for retry intercepting mechanism.
LoadBalancerClient - Interface in org.springframework.cloud.client.loadbalancer
Represents a client-side load balancer.
loadBalancerClientWebClientCustomizer(LoadBalancerExchangeFilterFunction) - Method in class org.springframework.cloud.client.loadbalancer.reactive.ReactiveLoadBalancerAutoConfiguration
Deprecated.
 
loadBalancerClientWebClientCustomizer(ReactorLoadBalancerExchangeFilterFunction) - Method in class org.springframework.cloud.client.loadbalancer.reactive.ReactorLoadBalancerClientAutoConfiguration
 
LoadBalancerExchangeFilterFunction - Class in org.springframework.cloud.client.loadbalancer.reactive
 
LoadBalancerExchangeFilterFunction(LoadBalancerClient) - Constructor for class org.springframework.cloud.client.loadbalancer.reactive.LoadBalancerExchangeFilterFunction
 
loadBalancerExchangeFilterFunction(LoadBalancerClient) - Method in class org.springframework.cloud.client.loadbalancer.reactive.ReactiveLoadBalancerAutoConfiguration
Deprecated.
 
loadBalancerExchangeFilterFunction(ReactiveLoadBalancer.Factory) - Method in class org.springframework.cloud.client.loadbalancer.reactive.ReactorLoadBalancerClientAutoConfiguration
 
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
 
LoadBalancerUriTools - Class in org.springframework.cloud.client.loadbalancer
 

M

ManagementServerPortUtils - Class in org.springframework.cloud.client.discovery
Utility class for management server ports.
ManagementServerPortUtils.ManagementServerPort - Enum in org.springframework.cloud.client.discovery
Enumeration for management server ports.

N

namedFeature(String, Class<?>) - Static method in class org.springframework.cloud.client.actuator.HasFeatures
 
NamedFeature - Class in org.springframework.cloud.client.actuator
 
NamedFeature(String, Class<?>) - 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
 
newConnectionManager(boolean, int, int, long, TimeUnit, RegistryBuilder) - Method in interface org.springframework.cloud.commons.httpclient.ApacheHttpClientConnectionManagerFactory
Creates a new HttpClientConnectionManager.
newConnectionManager(boolean, int, int) - Method in class org.springframework.cloud.commons.httpclient.DefaultApacheHttpClientConnectionManagerFactory
 
newConnectionManager(boolean, int, int, long, TimeUnit, RegistryBuilder) - Method in class org.springframework.cloud.commons.httpclient.DefaultApacheHttpClientConnectionManagerFactory
 
NoopDiscoveryClient - Class in org.springframework.cloud.client.discovery.noop
Deprecated.
Use instead.
NoopDiscoveryClient(ServiceInstance) - Constructor for class org.springframework.cloud.client.discovery.noop.NoopDiscoveryClient
Deprecated.
 
NoopDiscoveryClientAutoConfiguration - Class in org.springframework.cloud.client.discovery.noop
Deprecated.
Use instead.
NoopDiscoveryClientAutoConfiguration() - Constructor for class org.springframework.cloud.client.discovery.noop.NoopDiscoveryClientAutoConfiguration
Deprecated.
 
NoopDiscoveryClientAutoConfiguration.Boot15PortFinderConfiguration - Class in org.springframework.cloud.client.discovery.noop
Deprecated.
 

O

OkHttpClientConnectionPoolFactory - Interface in org.springframework.cloud.commons.httpclient
Creates ConnectionPools for OkHttpClients.
OkHttpClientFactory - Interface in org.springframework.cloud.commons.httpclient
Creates new OkHttpClients.
OkHttpClientFactory.DisableValidationTrustManager - Class in org.springframework.cloud.commons.httpclient
A X509TrustManager that does not validate SSL certificates.
OkHttpClientFactory.TrustAllHostnames - Class in org.springframework.cloud.commons.httpclient
A HostnameVerifier that does not validate any hostnames.
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.
 
onApplicationEvent(WebServerInitializedEvent) - Method in class org.springframework.cloud.client.discovery.simple.SimpleDiscoveryClientAutoConfiguration
 
onApplicationEvent(WebServerInitializedEvent) - Method in class org.springframework.cloud.client.serviceregistry.AbstractAutoServiceRegistration
 
onComplete(CompletionContext) - Method in class org.springframework.cloud.client.loadbalancer.reactive.DefaultResponse
 
onComplete(CompletionContext) - Method in class org.springframework.cloud.client.loadbalancer.reactive.EmptyResponse
 
onComplete(CompletionContext) - Method in interface org.springframework.cloud.client.loadbalancer.reactive.Response
Notification that the request completed.
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.composite - package org.springframework.cloud.client.discovery.composite
 
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.loadbalancer.reactive - package org.springframework.cloud.client.loadbalancer.reactive
 
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.httpclient - package org.springframework.cloud.commons.httpclient
 
org.springframework.cloud.commons.util - package org.springframework.cloud.commons.util
 
org.springframework.cloud.configuration - package org.springframework.cloud.configuration
 
override - Variable in class org.springframework.cloud.commons.util.InetUtils.HostInfo
Should override the host info.

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
Prefix for the Inet Utils properties.

R

ReactiveLoadBalancer<T> - Interface in org.springframework.cloud.client.loadbalancer.reactive
Reactive load balancer.
ReactiveLoadBalancer.Factory<T> - Interface in org.springframework.cloud.client.loadbalancer.reactive
 
ReactiveLoadBalancerAutoConfiguration - Class in org.springframework.cloud.client.loadbalancer.reactive
ReactiveLoadBalancerAutoConfiguration() - Constructor for class org.springframework.cloud.client.loadbalancer.reactive.ReactiveLoadBalancerAutoConfiguration
Deprecated.
 
ReactorLoadBalancerClientAutoConfiguration - Class in org.springframework.cloud.client.loadbalancer.reactive
An auto-configuration that allows the use of a LoadBalanced WebClient.Builder with ReactorLoadBalancerExchangeFilterFunction and ReactiveLoadBalancer used under the hood.
ReactorLoadBalancerClientAutoConfiguration() - Constructor for class org.springframework.cloud.client.loadbalancer.reactive.ReactorLoadBalancerClientAutoConfiguration
 
ReactorLoadBalancerExchangeFilterFunction - Class in org.springframework.cloud.client.loadbalancer.reactive
An ExchangeFilterFunction that uses ReactiveLoadBalancer to execute requests against a correct ServiceInstance.
ReactorLoadBalancerExchangeFilterFunction(ReactiveLoadBalancer.Factory<ServiceInstance>) - Constructor for class org.springframework.cloud.client.loadbalancer.reactive.ReactorLoadBalancerExchangeFilterFunction
 
reconstructURI(ServiceInstance, URI) - Method in interface org.springframework.cloud.client.loadbalancer.LoadBalancerClient
Creates a proper URI with a real host and port for systems to utilize.
reconstructURI(ServiceInstance, URI) - Static method in class org.springframework.cloud.client.loadbalancer.LoadBalancerUriTools
Modifies the URI in order to redirect the request to a service instance of choice.
recover(RetryContext) - Method in class org.springframework.cloud.client.loadbalancer.LoadBalancedRecoveryCallback
 
Refresh() - Constructor for class org.springframework.cloud.client.hypermedia.CloudHypermediaAutoConfiguration.CloudHypermediaProperties.Refresh
 
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
Registers the registration.
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(List<RemoteResource>, int, int) - Constructor for class org.springframework.cloud.client.hypermedia.RemoteResourceRefresher
 
REQUEST - Static variable in interface org.springframework.cloud.client.loadbalancer.reactive.ReactiveLoadBalancer
Default implementation of a request.
Request - Interface in org.springframework.cloud.client.loadbalancer.reactive
Marker interface for a request.
Response<T> - Interface in org.springframework.cloud.client.loadbalancer.reactive
Response created for each request.
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, 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, Object, URI) - 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, LoadBalancerRetryProperties, LoadBalancerRequestFactory, LoadBalancedRetryFactory) - Constructor for class org.springframework.cloud.client.loadbalancer.RetryLoadBalancerInterceptor
 
ribbonInterceptor(LoadBalancerClient, LoadBalancerRetryProperties, LoadBalancerRequestFactory, LoadBalancedRetryFactory) - 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 ServiceRegistry.
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.serviceregistry.AbstractAutoServiceRegistration
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.cloud.commons.util.SpringFactoryImportSelector
 
setCompatibleBootVersions(List<String>) - Method in class org.springframework.cloud.configuration.CompatibilityVerifierProperties
 
setDefaultHostname(String) - Method in class org.springframework.cloud.commons.util.InetUtilsProperties
 
setDefaultIpAddress(String) - Method in class org.springframework.cloud.commons.util.InetUtilsProperties
 
setEnabled(boolean) - Method in class org.springframework.cloud.client.discovery.health.DiscoveryClientHealthIndicatorProperties
 
setEnabled(boolean) - Method in class org.springframework.cloud.client.loadbalancer.LoadBalancerRetryProperties
Sets whether the load balancer should retry failed requests.
setEnabled(boolean) - Method in class org.springframework.cloud.client.serviceregistry.AutoServiceRegistrationProperties
 
setEnabled(boolean) - Method in class org.springframework.cloud.configuration.CompatibilityVerifierProperties
 
setEnvironment(Environment) - Method in class org.springframework.cloud.commons.util.SpringFactoryImportSelector
 
setFailFast(boolean) - Method in class org.springframework.cloud.client.serviceregistry.AutoServiceRegistrationProperties
 
setFixedDelay(int) - Method in class org.springframework.cloud.client.hypermedia.CloudHypermediaAutoConfiguration.CloudHypermediaProperties.Refresh
 
setHostname(String) - Method in class org.springframework.cloud.commons.util.InetUtils.HostInfo
 
setIgnoredInterfaces(List<String>) - Method in class org.springframework.cloud.commons.util.InetUtilsProperties
 
setIncludeDescription(boolean) - Method in class org.springframework.cloud.client.discovery.health.DiscoveryClientHealthIndicatorProperties
 
setInitialDelay(int) - Method in class org.springframework.cloud.client.hypermedia.CloudHypermediaAutoConfiguration.CloudHypermediaProperties.Refresh
 
setInstanceId(String) - Method in class org.springframework.cloud.client.discovery.simple.SimpleDiscoveryProperties.SimpleServiceInstance
 
setInstances(Map<String, List<SimpleDiscoveryProperties.SimpleServiceInstance>>) - Method in class org.springframework.cloud.client.discovery.simple.SimpleDiscoveryProperties
 
setIpAddress(String) - Method in class org.springframework.cloud.commons.util.InetUtils.HostInfo
 
setLink(Link) - Method in class org.springframework.cloud.client.hypermedia.DiscoveredResource
 
setOrder(int) - Method in class org.springframework.cloud.client.discovery.health.DiscoveryClientHealthIndicator
 
setOrder(int) - Method in class org.springframework.cloud.client.discovery.simple.SimpleDiscoveryProperties
 
setOverride(boolean) - Method in class org.springframework.cloud.commons.util.InetUtils.HostInfo
 
setPreferredNetworks(List<String>) - Method in class org.springframework.cloud.commons.util.InetUtilsProperties
 
setRefresh(CloudHypermediaAutoConfiguration.CloudHypermediaProperties.Refresh) - Method in class org.springframework.cloud.client.hypermedia.CloudHypermediaAutoConfiguration.CloudHypermediaProperties
 
setRegisterManagement(boolean) - Method in class org.springframework.cloud.client.serviceregistry.AutoServiceRegistrationProperties
 
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-balanced.
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.
setTimeoutSeconds(int) - Method in class org.springframework.cloud.commons.util.InetUtilsProperties
 
setUri(URI) - Method in class org.springframework.cloud.client.discovery.simple.SimpleDiscoveryProperties.SimpleServiceInstance
 
setUseOnlySiteLocalInterfaces(boolean) - Method in class org.springframework.cloud.commons.util.InetUtilsProperties
 
shouldRegisterManagement() - Method in class org.springframework.cloud.client.serviceregistry.AbstractAutoServiceRegistration
 
shouldRegisterManagement() - Method in class org.springframework.cloud.client.serviceregistry.AutoServiceRegistrationProperties
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() - 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
Basic implementation of ServiceInstance.
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.serviceregistry.AbstractAutoServiceRegistration
 
StaticServiceInstanceProvider - Class in org.springframework.cloud.client.hypermedia
A ServiceInstanceProvider that will always return the configured ServiceInstance.
StaticServiceInstanceProvider(ServiceInstance) - Constructor for class org.springframework.cloud.client.hypermedia.StaticServiceInstanceProvider
 
stop() - Method in class org.springframework.cloud.client.serviceregistry.AbstractAutoServiceRegistration
 

T

toString() - Method in class org.springframework.cloud.client.DefaultServiceInstance
 
toString() - Method in class org.springframework.cloud.client.discovery.health.DiscoveryClientHealthIndicatorProperties
 
toString() - Method in class org.springframework.cloud.client.loadbalancer.reactive.CompletionContext
 
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.
TrustAllHostnames() - Constructor for class org.springframework.cloud.commons.httpclient.OkHttpClientFactory.TrustAllHostnames
 

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.
valueOf(String) - Static method in enum org.springframework.cloud.client.loadbalancer.reactive.CompletionContext.Status
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.
values() - Static method in enum org.springframework.cloud.client.loadbalancer.reactive.CompletionContext.Status
Returns an array containing the constants of this enum type, in the order they are declared.
verify(String, SSLSession) - Method in class org.springframework.cloud.commons.httpclient.OkHttpClientFactory.TrustAllHostnames
 
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 resource if it hasn't been discovered yet or has become unavailable.

W

WebClientCustomizer - Interface in org.springframework.cloud.client.loadbalancer.reactive
Callback interface that can be used to customize a WebClient.Builder.
A B C D E F G H I L M N O P R S T U V W 
Skip navigation links

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