|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectorg.linkedin.glu.agent.rest.client.ConfigurableFactoryImpl
class ConfigurableFactoryImpl
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 |
---|
OneWayCodec codec
int port
RestClientFactory restClientFactory
Method Detail |
---|
java.lang.Object withRemoteConfigurable(java.lang.String host, groovy.lang.Closure closure)
java.lang.Object withRemoteConfigurable(java.net.URI uri, groovy.lang.Closure closure)
Groovy Documentation