public class Pipeline extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Pipeline.Request |
static class |
Pipeline.Response |
| Constructor and Description |
|---|
Pipeline() |
| Modifier and Type | Method and Description |
|---|---|
static void |
pipeline(HttpProxy httpProxy,
String url,
List<Pipeline.Request> requests,
List<Pipeline.Response> responses,
int timeout) |
static void |
pipeline(String url,
List<Pipeline.Request> requests,
List<Pipeline.Response> responses,
int timeout) |
public static void pipeline(String url, List<Pipeline.Request> requests, List<Pipeline.Response> responses, int timeout) throws IOException
IOExceptionpublic static void pipeline(HttpProxy httpProxy, String url, List<Pipeline.Request> requests, List<Pipeline.Response> responses, int timeout) throws IOException
IOExceptionCopyright © 2018. All rights reserved.