Groovy Documentation

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

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

class AgentFactoryImpl

Implementation which will create AgentRestClient.

Authors:
ypujante@linkedin.com


Property Summary
Timespan connectionTimeout

 
Constructor Summary
AgentFactoryImpl(java.util.Map paths, java.lang.Integer agentPort, javax.net.ssl.SSLContext sslContext)

 
Method Summary
static AgentFactory create(java.lang.Object config)

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

java.lang.Object withRemoteAgent(java.net.URI agentURI, 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

connectionTimeout

@Initializable
Timespan connectionTimeout


 
Constructor Detail

AgentFactoryImpl

AgentFactoryImpl(java.util.Map paths, java.lang.Integer agentPort, javax.net.ssl.SSLContext sslContext)


 
Method Detail

create

static AgentFactory create(java.lang.Object config)


withRemoteAgent

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


withRemoteAgent

java.lang.Object withRemoteAgent(java.net.URI agentURI, groovy.lang.Closure closure)


 

Groovy Documentation