| Package | Description |
|---|---|
| io.parallec.core |
Main package, including most user-facing classes such as the ParallelClient,
ParallelTask etc.
|
| io.parallec.core.actor |
Actors to execute parallel task and return responses.
|
| io.parallec.core.bean |
Beans.
|
| Modifier and Type | Method and Description |
|---|---|
ParallelTaskBuilder |
ParallelTaskBuilder.saveResponseHeaders(ResponseHeaderMeta responseHeaderMeta)
Sets the HTTP response header meta data.
|
| Constructor and Description |
|---|
HttpWorker(int actorMaxOperationTimeoutSec,
com.ning.http.client.AsyncHttpClient client,
String requestUrl,
HttpMethod httpMethod,
String postData,
Map<String,String> httpHeaderMap,
ResponseHeaderMeta responseHeaderMeta)
Instantiates a new http worker.
|
| Modifier and Type | Method and Description |
|---|---|
ResponseHeaderMeta |
TaskRequest.getResponseHeaderMeta()
Gets the response header meta.
|
ResponseHeaderMeta |
HttpMeta.getResponseHeaderMeta()
Gets the response header meta.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HttpMeta.setResponseHeaderMeta(ResponseHeaderMeta responseHeaderMeta)
Sets the response header meta.
|
| Constructor and Description |
|---|
TaskRequest(int actorMaxOperationTimeoutSec,
RequestProtocol protocol,
String host,
String hostUniform,
int port,
String resourcePath,
String requestContent,
HttpMethod httpMethod,
boolean pollable,
Map<String,String> httpHeaderMap,
ParallecResponseHandler handler,
Map<String,Object> responseContext,
SshMeta sshMeta,
TcpMeta tcpMeta,
UdpMeta udpMeta,
PingMeta pingMeta,
ResponseHeaderMeta responseHeaderMeta)
Instantiates a new task request.
|
Copyright © 2015–2017 eBay. All rights reserved.