public interface RealRequest
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBodyContent() |
String |
getBodyContentType() |
Map<String,Object> |
getHeaders() |
ClientDriverRequest.Method |
getMethod() |
Map<String,Collection<String>> |
getParams() |
String |
getPath() |
ClientDriverRequest.Method getMethod()
String getPath()
Map<String,Collection<String>> getParams()
String getBodyContentType()
byte[] getBodyContent()
Copyright © 2016. All Rights Reserved.