-
- All Implemented Interfaces:
public interface HttpCall<I extends HttpRequest, O extends HttpResponse>
-
-
Method Summary
Modifier and Type Method Description abstract IgetRequest()abstract OgetResponse()-
-
Method Detail
-
getRequest
abstract I getRequest()
-
getResponse
abstract O getResponse()
-
-
-
-