Groovy Documentation

org.linkedin.glu.agent.rest.client
[Groovy] Class ConfigurableFactoryImpl

java.lang.Object
  org.linkedin.glu.agent.rest.client.ConfigurableFactoryImpl

class ConfigurableFactoryImpl

Authors:
ypujante@linkedin.com


Property Summary
OneWayCodec codec

int port

RestClientFactory restClientFactory

 
Method Summary
java.lang.Object withRemoteConfigurable(java.lang.String host, groovy.lang.Closure closure)

java.lang.Object withRemoteConfigurable(java.net.URI uri, groovy.lang.Closure closure)

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Property Detail

codec

OneWayCodec codec


port

int port


restClientFactory

RestClientFactory restClientFactory


 
Method Detail

withRemoteConfigurable

java.lang.Object withRemoteConfigurable(java.lang.String host, groovy.lang.Closure closure)


withRemoteConfigurable

java.lang.Object withRemoteConfigurable(java.net.URI uri, groovy.lang.Closure closure)


 

Groovy Documentation