Uses of Record Class
land.oras.auth.HttpClient.ResponseWrapper
Packages that use HttpClient.ResponseWrapper
-
Uses of HttpClient.ResponseWrapper in land.oras.auth
Methods in land.oras.auth that return HttpClient.ResponseWrapperModifier and TypeMethodDescriptionPerform a DELETE requestHttpClient.download
(URI uri, Map<String, String> headers, Path file, Scopes scopes, AuthProvider authProvider) Download to a fileDownload to to input streamPerform a GET requestPerform a HEAD requestHttpClient.patch
(URI uri, byte[] body, Map<String, String> headers, Scopes scopes, AuthProvider authProvider) Perform a Patch requestHttpClient.post
(URI uri, byte[] body, Map<String, String> headers, Scopes scopes, AuthProvider authProvider) Perform a POST request.HttpClient.put
(URI uri, byte[] body, Map<String, String> headers, Scopes scopes, AuthProvider authProvider) Perform a PUT requestHttpClient.upload
(String method, URI uri, Map<String, String> headers, Path file, Scopes scopes, AuthProvider authProvider) Upload a fileMethods in land.oras.auth with parameters of type HttpClient.ResponseWrapperModifier and TypeMethodDescriptionHttpClient.refreshToken
(HttpClient.ResponseWrapper<T> response, Scopes scopes, AuthProvider authProvider) Retrieve a token from the registry -
Uses of HttpClient.ResponseWrapper in land.oras.exception
Constructors in land.oras.exception with parameters of type HttpClient.ResponseWrapperModifierConstructorDescriptionOrasException
(HttpClient.ResponseWrapper<String> response) New exception with a message and a response