Package dev.gmitch215.bytebox.net.http
Class HttpResponse.BodyHandler<T>
java.lang.Object
dev.gmitch215.bytebox.net.http.HttpResponse.BodyHandler<T>
- Type Parameters:
T- what the body is read as
- Enclosing class:
HttpResponse<T>
How to read a body.
Only the ones HttpResponse.BodyHandlers makes. The platform hands back a whole body rather than a
stream of items, so there is nothing here for a subscriber of your own to be driven by, and
writing one fails to compile - which is where it should fail.
-
Method Summary