Package | Description |
---|---|
com.suse.salt.netapi.client | |
com.suse.salt.netapi.client.impl | |
com.suse.salt.netapi.event |
Modifier and Type | Method and Description |
---|---|
ClientConfig |
SaltClient.getConfig()
Directly access the configuration.
|
Modifier and Type | Method and Description |
---|---|
<T> Connection<T> |
ConnectionFactory.create(String endpoint,
JsonParser<T> parser,
ClientConfig config)
Create a new
Connection for a given endpoint and configuration. |
Modifier and Type | Method and Description |
---|---|
<T> JDKConnection<T> |
JDKConnectionFactory.create(String endpoint,
JsonParser<T> parser,
ClientConfig config)
Create a new
Connection for a given endpoint and configuration. |
<T> HttpClientConnection<T> |
HttpClientConnectionFactory.create(String endpoint,
JsonParser<T> parser,
ClientConfig config)
Create a new
Connection for a given endpoint and configuration. |
HttpURLConnection |
RequestFactory.initConnection(String method,
String endpoint,
ClientConfig config)
Init a
HttpURLConnection object from a given URI. |
Constructor and Description |
---|
HttpClientConnection(String endpointIn,
JsonParser<T> parserIn,
ClientConfig configIn)
Init a connection to a given Salt API endpoint.
|
JDKConnection(String endpointIn,
JsonParser<T> parserIn,
ClientConfig configIn)
Init a connection to a given Salt API endpoint.
|
Constructor and Description |
---|
EventStream(ClientConfig config,
EventListener... listeners)
Constructor used to create an event stream: open a websocket connection and start
event processing.
|
Copyright © 2016. All rights reserved.