public class ClientConfig
extends Object
Configuration keys for the client.
- See Also:
-
-
Field Summary
Fields
Configures auto-resolve for probes and hellos without XAddrs.
Controls maximum waiting time to get ResolveMatches information fetched from WS-Discovery.
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
MAX_WAIT_FOR_RESOLVE_MATCHES
public static final String MAX_WAIT_FOR_RESOLVE_MATCHES
Controls maximum waiting time to get ResolveMatches information fetched from WS-Discovery.
- See Also:
-
-
AUTO_RESOLVE
public static final String AUTO_RESOLVE
Configures auto-resolve for probes and hellos without XAddrs.
- See Also:
-
-
Constructor Details
-
ClientConfig
public ClientConfig()