Package | Description |
---|---|
com.suse.salt.netapi.client | |
com.suse.salt.netapi.client.impl |
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 | Class and Description |
---|---|
class |
HttpClientConnection<T>
Class representation of a connection to Salt for issuing API requests
using Apache's HttpClient.
|
class |
JDKConnection<T>
Class representation of a connection to Salt for issuing API requests using JDK's
HttpURLConnection.
|
Copyright © 2016. All rights reserved.