public interface IResponse
| Modifier and Type | Method and Description |
|---|---|
Map<String,IMimeType> |
getBody() |
Map<String,IParameter> |
getHeaders() |
Object |
getInstance() |
boolean |
hasBody() |
void |
setBody(Map<String,IMimeType> body) |
void |
setHeaders(Map<String,IParameter> headers) |
Copyright © 2021. All rights reserved.