Uses of Record Class
land.oras.utils.OrasHttpClient.ResponseWrapper
Packages that use OrasHttpClient.ResponseWrapper
-
Uses of OrasHttpClient.ResponseWrapper in land.oras.auth
Methods in land.oras.auth with parameters of type OrasHttpClient.ResponseWrapperModifier and TypeMethodDescriptionBearerTokenProvider.refreshToken
(ContainerRef containerRef, OrasHttpClient client, OrasHttpClient.ResponseWrapper<String> response) Retrieve -
Uses of OrasHttpClient.ResponseWrapper in land.oras.exception
Constructors in land.oras.exception with parameters of type OrasHttpClient.ResponseWrapperModifierConstructorDescriptionOrasException
(OrasHttpClient.ResponseWrapper<String> response) New exception with a message and a response -
Uses of OrasHttpClient.ResponseWrapper in land.oras.utils
Methods in land.oras.utils that return OrasHttpClient.ResponseWrapperModifier and TypeMethodDescriptionPerform a DELETE requestDownload to to input streamDownload to a filePerform a GET requestPerform a HEAD requestPerform a Patch requestPerform a POST request.Perform a PUT requestUpload a fileOrasHttpClient.uploadStream
(String method, URI uri, InputStream input, long size, Map<String, String> headers) Upload a stream