public class HttpStreamClientImpl extends Object implements IHttpStreamClient
| Constructor and Description |
|---|
HttpStreamClientImpl() |
| Modifier and Type | Method and Description |
|---|---|
static void |
readAllBytes(IHttpStreamResponseListener aListener,
InputStream aInputStream) |
static void |
registerGlobalProxyAuthenticator()
Registers LocalThreadProxyAuthenticator
|
void |
send(HttpRequest aRequest,
HttpRequestParameters aRequestParameters,
IHttpStreamResponseListener aListener) |
public static void registerGlobalProxyAuthenticator()
public void send(HttpRequest aRequest, HttpRequestParameters aRequestParameters, IHttpStreamResponseListener aListener) throws HttpConnectException, HttpReadException, HttpWriteException
send in interface IHttpStreamClientHttpConnectExceptionHttpReadExceptionHttpWriteExceptionpublic static void readAllBytes(IHttpStreamResponseListener aListener, InputStream aInputStream) throws IOException
IOExceptionCopyright © 2022. All rights reserved.