Interface HttpResponseProcessor<R>
-
public interface HttpResponseProcessor<R>
- Author:
- Pedro Igor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description R
process(byte[] entity)
-
-
-
Method Detail
-
process
R process(byte[] entity)
-
-