Interface Action
-
- All Known Implementing Classes:
CookieAction,ExceptionAction,HeaderAction,StatusWithEmptyEntityResponse,StatusWithNullEntityResponse,StringResponse,UrlEncodedFormEntityResponse
public interface Action
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.hc.core5.http.ClassicHttpResponsegetResponse(Request r)
-
-
-
Method Detail
-
getResponse
org.apache.hc.core5.http.ClassicHttpResponse getResponse(Request r) throws IOException
- Throws:
IOException
-
-