Package nbbrd.io.http
Interface HttpResponse
- All Superinterfaces:
AutoCloseable,Closeable
-
Method Summary
Modifier and TypeMethodDescriptiondefault @NonNull InputStream@NonNull InputStreamgetBody()default @NonNull Reader@NonNull MediaType
-
Method Details
-
getContentType
- Throws:
IOException
-
getBody
- Throws:
IOException
-
getBodyAsReader
- Throws:
IOException
-
asDisconnectingInputStream
- Throws:
IOException
-