public class HttpTransmitter extends Object
| Constructor and Description |
|---|
HttpTransmitter() |
| Modifier and Type | Method and Description |
|---|---|
static HttpPipe |
emitDeleteRequest(URL url,
boolean openReader) |
static HttpPipe |
emitGetRequest(URL url,
boolean openReader) |
static HttpPipe |
emitHttpRequest(HttpMethod method,
URL url,
boolean openReader) |
static HttpPipe |
emitPostRequest(URL url,
boolean openReader) |
static HttpPipe |
emitPutRequest(URL url,
boolean openReader) |
public static HttpPipe emitGetRequest(URL url, boolean openReader) throws IOException
IOExceptionpublic static HttpPipe emitPutRequest(URL url, boolean openReader) throws IOException
IOExceptionpublic static HttpPipe emitPostRequest(URL url, boolean openReader) throws IOException
IOExceptionpublic static HttpPipe emitDeleteRequest(URL url, boolean openReader) throws IOException
IOExceptionpublic static HttpPipe emitHttpRequest(HttpMethod method, URL url, boolean openReader) throws IOException
IOExceptionCopyright © 2020. All rights reserved.