public class HttpRequest extends Object
Constructor and Description |
---|
HttpRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getContentType() |
String |
getEntity() |
Map<String,List<String>> |
getHeaders() |
String |
getMethod() |
int |
getTimeout() |
String |
getUri() |
void |
setContentType(String contentType) |
void |
setEntity(String entity) |
void |
setHeaders(Map<String,List<String>> headers) |
void |
setMethod(String method) |
void |
setTimeout(int timeout) |
void |
setUri(String uri) |
public String getMethod()
public void setMethod(String method)
public String getUri()
public void setUri(String uri)
public String getEntity()
public void setEntity(String entity)
public int getTimeout()
public void setTimeout(int timeout)
public String getContentType()
public void setContentType(String contentType)
Copyright © 2019 OpenDaylight. All rights reserved.