public class Request extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Request.Builder |
Modifier and Type | Method and Description |
---|---|
Object |
getContent() |
String |
getContentType() |
Map<String,String> |
getHeaderFields() |
String |
getHost() |
Integer |
getPort() |
ProtocolType |
getProtocolType() |
RequestType |
getRequestType() |
String |
getUrl() |
public ProtocolType getProtocolType()
public RequestType getRequestType()
public String getUrl()
public String getHost()
public Integer getPort()
public String getContentType()
public Object getContent()
Copyright © 2014. All Rights Reserved.