public class OAuth2RestTemplateTransportClientFactory
extends java.lang.Object
implements com.netflix.discovery.shared.transport.TransportClientFactory
| Constructor and Description |
|---|
OAuth2RestTemplateTransportClientFactory(EurekaOAuth2ResourceDetails eurekaOAuth2ResourceDetails) |
| Modifier and Type | Method and Description |
|---|---|
com.netflix.discovery.shared.transport.EurekaHttpClient |
newClient(com.netflix.discovery.shared.resolver.EurekaEndpoint serviceUrl) |
void |
shutdown() |
public OAuth2RestTemplateTransportClientFactory(EurekaOAuth2ResourceDetails eurekaOAuth2ResourceDetails)
public com.netflix.discovery.shared.transport.EurekaHttpClient newClient(com.netflix.discovery.shared.resolver.EurekaEndpoint serviceUrl)
newClient in interface com.netflix.discovery.shared.transport.TransportClientFactorypublic void shutdown()
shutdown in interface com.netflix.discovery.shared.transport.TransportClientFactory