public class HttpRequest extends Object implements Serializable
Constructor and Description |
---|
HttpRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getBody() |
BasicAuthentication |
getCredentials() |
List<HttpHeader> |
getHttpHeaders() |
String |
getMethod() |
String |
getUrl() |
void |
setBody(String body) |
void |
setCredentials(BasicAuthentication credentials) |
void |
setHttpHeaders(List<HttpHeader> httpHeaders) |
void |
setMethod(String method) |
void |
setUrl(String url) |
public String getUrl()
public void setUrl(String url)
public String getBody()
public void setBody(String body)
public String getMethod()
public void setMethod(String method)
public List<HttpHeader> getHttpHeaders()
public void setHttpHeaders(List<HttpHeader> httpHeaders)
public BasicAuthentication getCredentials()
public void setCredentials(BasicAuthentication credentials)
Copyright © 2016–2025. All rights reserved.