public static class HttpSender.Request extends Object
Modifier and Type | Class and Description |
---|---|
static class |
HttpSender.Request.Builder |
Constructor and Description |
---|
Request(URL url,
byte[] entity,
HttpSender.Method method,
Map<String,String> requestHeaders) |
Modifier and Type | Method and Description |
---|---|
static HttpSender.Request.Builder |
build(String uri,
HttpSender sender) |
byte[] |
getEntity() |
HttpSender.Method |
getMethod() |
Map<String,String> |
getRequestHeaders() |
URL |
getUrl() |
String |
toString() |
public Request(URL url, byte[] entity, HttpSender.Method method, Map<String,String> requestHeaders)
public URL getUrl()
public byte[] getEntity()
public HttpSender.Method getMethod()
public static HttpSender.Request.Builder build(String uri, HttpSender sender)
Copyright © 2019. All rights reserved.