| Package | Description | 
|---|---|
| com.suse.salt.netapi.client | |
| com.suse.salt.netapi.client.impl | |
| com.suse.salt.netapi.parser | 
| Modifier and Type | Method and Description | 
|---|---|
| <T> Connection<T> | ConnectionFactory. create(String endpoint,
      JsonParser<T> parser,
      ClientConfig config)Create a new  Connectionfor 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  Connectionfor a given endpoint and configuration. | 
| <T> HttpClientConnection<T> | HttpClientConnectionFactory. create(String endpoint,
      JsonParser<T> parser,
      ClientConfig config)Create a new  Connectionfor a given endpoint and configuration. | 
| 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. | 
| Modifier and Type | Field and Description | 
|---|---|
| static JsonParser<Event> | JsonParser. EVENTS | 
| static JsonParser<ResultInfoSet> | JsonParser. JOB_RESULTS | 
| static JsonParser<Return<List<Map<String,Job>>>> | JsonParser. JOBS | 
| static JsonParser<Return<Key.Names>> | JsonParser. KEYS | 
| static JsonParser<Map<String,Object>> | JsonParser. MAP | 
| static JsonParser<Return<List<Map<String,Map<String,Object>>>>> | JsonParser. RETMAPS | 
| static JsonParser<Return<List<Map<String,Object>>>> | JsonParser. RUN_RESULTS | 
| static JsonParser<Return<List<Map<String,Result<SSHRawResult>>>>> | JsonParser. RUNSSHRAW_RESULTS | 
| static JsonParser<Return<List<ScheduledJob>>> | JsonParser. SCHEDULED_JOB | 
| static JsonParser<Stats> | JsonParser. STATS | 
| static JsonParser<Return<String>> | JsonParser. STRING | 
| static JsonParser<Return<List<Token>>> | JsonParser. TOKEN | 
Copyright © 2016. All rights reserved.