public class HTTPStreamingRequest extends Request<HTTPStreamingRequest>
| Modifier and Type | Class and Description |
|---|---|
static class |
HTTPStreamingRequest.Chunk |
static class |
HTTPStreamingRequest.StreamSender |
_this, channel, conf, connectFuture, contents, cookies, future, group, method, originalUri, policy, proxyHost, proxyPass, proxyPort, proxyRequest, proxyUser, queryParams, redirectStatusCodes, request, response, sslProtocols, tunneling, uri, userAgent, useSSL, UTF8, version| Constructor and Description |
|---|
HTTPStreamingRequest(HttpRequestBuilder builder,
io.netty.channel.EventLoopGroup group,
URI uri,
Reader f) |
| Modifier and Type | Method and Description |
|---|---|
FutureResponse |
execute(Function1<io.netty.bootstrap.Bootstrap> conf)
Makes the request to the server
|
protected void |
newNettyRequest(URI uri,
io.netty.handler.codec.http.HttpMethod method,
io.netty.handler.codec.http.HttpVersion version) |
void |
onReady(Function1<HTTPStreamingRequest.StreamSender> listener) |
baseDirectory, configure, configureProxy, connect, cookie, cookie, cookies, deleteTempFileOnExit, execute, getChannel, getHost, getPort, getProxyPath, getScheme, header, header, header, headers, isProxyEnabled, isSSLScheme, makeTheRequest, nettyRequest, newHandler, newInitializer, originalUri, policy, proxy, proxy, query, redirectOn, redirectOn, response, retry, retryOn, retryOn, retryOrFail, shutdown, url, url, userAgent, withSSLProtocolspublic HTTPStreamingRequest(HttpRequestBuilder builder, io.netty.channel.EventLoopGroup group, URI uri, Reader f)
protected void newNettyRequest(URI uri, io.netty.handler.codec.http.HttpMethod method, io.netty.handler.codec.http.HttpVersion version)
newNettyRequest in class Request<HTTPStreamingRequest>public FutureResponse execute(Function1<io.netty.bootstrap.Bootstrap> conf)
Requestexecute in class Request<HTTPStreamingRequest>public void onReady(Function1<HTTPStreamingRequest.StreamSender> listener)
Copyright © 2012-2015. All Rights Reserved.