Uses of Interface
org.projectnessie.client.http.ResponseContext
-
Packages that use ResponseContext Package Description org.projectnessie.client.http org.projectnessie.client.rest -
-
Uses of ResponseContext in org.projectnessie.client.http
Methods in org.projectnessie.client.http with parameters of type ResponseContext Modifier and Type Method Description voidResponseFilter. filter(ResponseContext con)Method parameters in org.projectnessie.client.http with type arguments of type ResponseContext Modifier and Type Method Description voidRequestContext. addResponseCallback(BiConsumer<ResponseContext,Exception> responseCallback)Adds a callback to be called when the request has finished. -
Uses of ResponseContext in org.projectnessie.client.rest
Methods in org.projectnessie.client.rest with parameters of type ResponseContext Modifier and Type Method Description static voidResponseCheckFilter. checkResponse(ResponseContext con, com.fasterxml.jackson.databind.ObjectMapper mapper)check that response had a valid return code.voidNessieHttpResponseFilter. filter(ResponseContext con)
-