Uses of Class
com.orbitz.consul.model.agent.ServiceProxy
-
Packages that use ServiceProxy Package Description com.orbitz.consul.model.agent -
-
Uses of ServiceProxy in com.orbitz.consul.model.agent
Subclasses of ServiceProxy in com.orbitz.consul.model.agent Modifier and Type Class Description classImmutableServiceProxyImmutable implementation ofServiceProxy.Methods in com.orbitz.consul.model.agent that return types with arguments of type ServiceProxy Modifier and Type Method Description abstract java.util.Optional<ServiceProxy>FullService. getProxy()java.util.Optional<ServiceProxy>ImmutableFullService. getProxy()Methods in com.orbitz.consul.model.agent with parameters of type ServiceProxy Modifier and Type Method Description static ImmutableServiceProxyImmutableServiceProxy. copyOf(ServiceProxy instance)Creates an immutable copy of aServiceProxyvalue.ImmutableServiceProxy.BuilderImmutableServiceProxy.Builder. from(ServiceProxy instance)Fill a builder with attribute values from the providedServiceProxyinstance.ImmutableFullService.BuilderImmutableFullService.Builder. proxy(ServiceProxy proxy)Initializes the optional valueproxyto proxy.ImmutableFullServiceImmutableFullService. withProxy(ServiceProxy value)Copy the current immutable object by setting a present value for the optionalproxyattribute.Method parameters in com.orbitz.consul.model.agent with type arguments of type ServiceProxy Modifier and Type Method Description ImmutableFullService.BuilderImmutableFullService.Builder. proxy(java.util.Optional<? extends ServiceProxy> proxy)Initializes the optional valueproxyto proxy.ImmutableFullServiceImmutableFullService. withProxy(java.util.Optional<? extends ServiceProxy> optional)Copy the current immutable object by setting an optional value for theproxyattribute.
-