Interface HttpRequest
-
public interface HttpRequest
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]getBody()HttpMethodgetMethod()StringgetUri()
-
-
-
Method Detail
-
getUri
String getUri()
-
getBody
byte[] getBody()
-
getMethod
HttpMethod getMethod()
-
-