| Modifier and Type | Field and Description |
|---|---|
ProxyServer |
proxyServer |
| Constructor and Description |
|---|
DefaultRequest(String method,
Uri uri,
InetAddress address,
InetAddress localAddress,
io.netty.handler.codec.http.HttpHeaders headers,
List<io.netty.handler.codec.http.cookie.Cookie> cookies,
byte[] byteData,
List<byte[]> compositeByteData,
String stringData,
ByteBuffer byteBufferData,
InputStream streamData,
BodyGenerator bodyGenerator,
List<Param> formParams,
List<Part> bodyParts,
String virtualHost,
ProxyServer proxyServer,
Realm realm,
File file,
Boolean followRedirect,
int requestTimeout,
int readTimeout,
long rangeOffset,
Charset charset,
ChannelPoolPartitioning channelPoolPartitioning,
io.netty.resolver.NameResolver<InetAddress> nameResolver) |
| Modifier and Type | Method and Description |
|---|---|
InetAddress |
getAddress() |
BodyGenerator |
getBodyGenerator() |
List<Part> |
getBodyParts() |
ByteBuffer |
getByteBufferData() |
byte[] |
getByteData() |
ChannelPoolPartitioning |
getChannelPoolPartitioning() |
Charset |
getCharset() |
List<byte[]> |
getCompositeByteData() |
List<io.netty.handler.codec.http.cookie.Cookie> |
getCookies() |
File |
getFile() |
Boolean |
getFollowRedirect() |
List<Param> |
getFormParams() |
io.netty.handler.codec.http.HttpHeaders |
getHeaders() |
InetAddress |
getLocalAddress() |
String |
getMethod() |
io.netty.resolver.NameResolver<InetAddress> |
getNameResolver() |
ProxyServer |
getProxyServer() |
List<Param> |
getQueryParams() |
long |
getRangeOffset() |
int |
getReadTimeout() |
Realm |
getRealm() |
int |
getRequestTimeout() |
InputStream |
getStreamData() |
String |
getStringData() |
Uri |
getUri() |
String |
getUrl() |
String |
getVirtualHost() |
String |
toString() |
public final ProxyServer proxyServer
public DefaultRequest(String method, Uri uri, InetAddress address, InetAddress localAddress, io.netty.handler.codec.http.HttpHeaders headers, List<io.netty.handler.codec.http.cookie.Cookie> cookies, byte[] byteData, List<byte[]> compositeByteData, String stringData, ByteBuffer byteBufferData, InputStream streamData, BodyGenerator bodyGenerator, List<Param> formParams, List<Part> bodyParts, String virtualHost, ProxyServer proxyServer, Realm realm, File file, Boolean followRedirect, int requestTimeout, int readTimeout, long rangeOffset, Charset charset, ChannelPoolPartitioning channelPoolPartitioning, io.netty.resolver.NameResolver<InetAddress> nameResolver)
public String getUrl()
public String getMethod()
public InetAddress getAddress()
getAddress in interface Requestpublic InetAddress getLocalAddress()
getLocalAddress in interface Requestpublic io.netty.handler.codec.http.HttpHeaders getHeaders()
getHeaders in interface Requestpublic List<io.netty.handler.codec.http.cookie.Cookie> getCookies()
getCookies in interface Requestpublic byte[] getByteData()
getByteData in interface Requestpublic List<byte[]> getCompositeByteData()
getCompositeByteData in interface Requestpublic String getStringData()
getStringData in interface Requestpublic ByteBuffer getByteBufferData()
getByteBufferData in interface Requestpublic InputStream getStreamData()
getStreamData in interface Requestpublic BodyGenerator getBodyGenerator()
getBodyGenerator in interface Requestpublic List<Param> getFormParams()
getFormParams in interface Requestpublic List<Part> getBodyParts()
getBodyParts in interface Requestpublic String getVirtualHost()
getVirtualHost in interface Requestpublic ProxyServer getProxyServer()
getProxyServer in interface Requestpublic Realm getRealm()
public File getFile()
public Boolean getFollowRedirect()
getFollowRedirect in interface Requestpublic int getRequestTimeout()
getRequestTimeout in interface Requestpublic int getReadTimeout()
getReadTimeout in interface Requestpublic long getRangeOffset()
getRangeOffset in interface Requestpublic Charset getCharset()
getCharset in interface Requestpublic ChannelPoolPartitioning getChannelPoolPartitioning()
getChannelPoolPartitioning in interface Requestpublic io.netty.resolver.NameResolver<InetAddress> getNameResolver()
getNameResolver in interface Requestpublic List<Param> getQueryParams()
getQueryParams in interface RequestCopyright © 2024. All rights reserved.