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
Constructor Summary |
AgentFactoryImpl(java.util.Map paths, java.lang.Integer agentPort, javax.net.ssl.SSLContext sslContext)
|
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() |
connectionTimeout
@Initializable
Timespan connectionTimeout
-
AgentFactoryImpl
AgentFactoryImpl(java.util.Map paths, java.lang.Integer agentPort, javax.net.ssl.SSLContext sslContext)
-
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