| Package | Description |
|---|---|
| io.parallec.core |
Main package, including most user-facing classes such as the ParallelClient,
ParallelTask etc.
|
| io.parallec.core.resources |
External resources on async http client stores, thread pools for netty/ping/ssh.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ParallelClient.setHttpClientTypeCurrentDefault(HttpClientType type)
Sets the default client type that the httpClientStore.
|
| Modifier and Type | Method and Description |
|---|---|
HttpClientType |
HttpClientStore.getHttpClientTypeCurrentDefault()
Gets the http client type current default.
|
static HttpClientType |
HttpClientType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpClientType[] |
HttpClientType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<HttpClientType,com.ning.http.client.AsyncHttpClient> |
HttpClientStore.getMap()
Gets the map.
|
| Modifier and Type | Method and Description |
|---|---|
com.ning.http.client.AsyncHttpClient |
HttpClientStore.getClientByType(HttpClientType type)
Gets the client by type.
|
void |
HttpClientStore.setHttpClientTypeCurrentDefault(HttpClientType httpClientTypeCurrentDefault)
this is a key function, and all new command builder will use this one .
|
Copyright © 2015–2017 eBay. All rights reserved.