Interface HttpResponseProcessor<E extends Exception>
-
public interface HttpResponseProcessor<E extends Exception>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
processResponse(HttpHelper.HttpResponse response)
-
-
-
Method Detail
-
processResponse
void processResponse(HttpHelper.HttpResponse response) throws IOException, E extends Exception
- Throws:
IOException
E extends Exception
-
-