Uses of Interface
com.dremio.nessie.client.http.ResponseContext
-
Packages that use ResponseContext Package Description com.dremio.nessie.client.http com.dremio.nessie.client.rest -
-
Uses of ResponseContext in com.dremio.nessie.client.http
Methods in com.dremio.nessie.client.http with parameters of type ResponseContext Modifier and Type Method Description voidResponseFilter. filter(ResponseContext con) -
Uses of ResponseContext in com.dremio.nessie.client.rest
Methods in com.dremio.nessie.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)
-