public class HttpRequest extends HttpMessage
| Modifier and Type | Class and Description |
|---|---|
static class |
HttpRequest.Builder
Represents the builder of HTTP request
|
| Modifier and Type | Method and Description |
|---|---|
HttpMethod |
getMethod()
Returns the HTTP method
|
String |
getUrl()
Returns the requested URL
|
boolean |
isSecure()
Determine if the protocol is secure
|
HttpRequest.Builder |
newBuilder() |
getEntity, getHeader, getHeaders, getHeaderspublic HttpMethod getMethod()
public String getUrl()
public boolean isSecure()
public HttpRequest.Builder newBuilder()
newBuilder in class HttpMessageCopyright © 2015–2017 SDKLite. All rights reserved.