| Package | Description |
|---|---|
| io.parallec.core |
Main package, including most user-facing classes such as the ParallelClient,
ParallelTask etc.
|
| io.parallec.core.bean |
Beans.
|
| Modifier and Type | Method and Description |
|---|---|
ParallecHeader |
ParallecHeader.addPair(String key,
String value)
Adds the pair.
|
| Modifier and Type | Method and Description |
|---|---|
ParallelTaskBuilder |
ParallelTaskBuilder.setHttpHeaders(ParallecHeader pheader)
this will create the adhoc header.
|
| Modifier and Type | Method and Description |
|---|---|
ParallecHeader |
HttpMeta.getHeaderMetadata()
Gets the header metadata.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HttpMeta.setHeaderMetadata(ParallecHeader parallecHeader)
Sets the header metadata.
|
| Constructor and Description |
|---|
HttpMeta(HttpMethod httpMethod,
String requestUrlPostfix,
String entityBody,
String requestPort,
ParallecHeader parallecHeader)
Instantiates a new http meta.
|
Copyright © 2015–2017 eBay. All rights reserved.