Package org.projectnessie.client.http
Interface ResponseContext
public interface ResponseContext
Interface for the important parts of a response. This is created after executing the request.
-
Method Summary
Modifier and TypeMethodDescriptiondefault boolean
-
Method Details
-
getResponseCode
- Throws:
IOException
-
getInputStream
- Throws:
IOException
-
getErrorStream
- Throws:
IOException
-
isJsonCompatibleResponse
default boolean isJsonCompatibleResponse() -
getContentType
String getContentType() -
getRequestedUri
URI getRequestedUri()
-