jar

com.cytomine : registry-client

Maven & Gradle

Dec 01, 2023
0 stars

registry-client · A Java client for connecting to the API of a Docker registry v2.

Table Of Contents

Latest Version

Download com.cytomine : registry-client JAR file - Latest Versions:

All Versions

Download com.cytomine : registry-client JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window registry-client-1.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.cytomine.registry.client.http.resp

├─ com.cytomine.registry.client.http.resp.CatalogResp.class - [JAR]

├─ com.cytomine.registry.client.http.resp.TagsResp.class - [JAR]

com.cytomine.registry.client.http.auth

├─ com.cytomine.registry.client.http.auth.Authenticator.class - [JAR]

├─ com.cytomine.registry.client.http.auth.Credential.class - [JAR]

├─ com.cytomine.registry.client.http.auth.DockerAuthResp.class - [JAR]

├─ com.cytomine.registry.client.http.auth.Scope.class - [JAR]

com.cytomine.registry.client.constant

├─ com.cytomine.registry.client.constant.Constants.class - [JAR]

├─ com.cytomine.registry.client.constant.FileConstant.class - [JAR]

com.cytomine.registry.client.file

├─ com.cytomine.registry.client.file.FileUtils.class - [JAR]

├─ com.cytomine.registry.client.file.Sha256HashOutputStream.class - [JAR]

com.cytomine.registry.client.name

├─ com.cytomine.registry.client.name.Reference.class - [JAR]

com.cytomine.registry.client.image

├─ com.cytomine.registry.client.image.Blob.class - [JAR]

├─ com.cytomine.registry.client.image.Context.class - [JAR]

├─ com.cytomine.registry.client.image.Format.class - [JAR]

├─ com.cytomine.registry.client.image.ImageMediaType.class - [JAR]

├─ com.cytomine.registry.client.image.Supplier.class - [JAR]

com.cytomine.registry.client.utils

├─ com.cytomine.registry.client.utils.IOUtils.class - [JAR]

├─ com.cytomine.registry.client.utils.JsonUtil.class - [JAR]

com.cytomine.registry.client.image.registry

├─ com.cytomine.registry.client.image.registry.ManifestHttp.class - [JAR]

com.cytomine.registry.client.exception

├─ com.cytomine.registry.client.exception.FormatNotSupportException.class - [JAR]

├─ com.cytomine.registry.client.exception.HttpCodeErrorException.class - [JAR]

├─ com.cytomine.registry.client.exception.RegistryException.class - [JAR]

├─ com.cytomine.registry.client.exception.TarFileErrException.class - [JAR]

com.cytomine.registry.client.http

├─ com.cytomine.registry.client.http.CredentialsCache.class - [JAR]

├─ com.cytomine.registry.client.http.ErrorResponse.class - [JAR]

├─ com.cytomine.registry.client.http.HttpClient.class - [JAR]

├─ com.cytomine.registry.client.http.HttpHeaders.class - [JAR]

├─ com.cytomine.registry.client.http.InputStreamRequestBody.class - [JAR]

├─ com.cytomine.registry.client.http.RegistryApi.class - [JAR]

com.cytomine.registry.client.image.tar

├─ com.cytomine.registry.client.image.tar.IndexFile.class - [JAR]

├─ com.cytomine.registry.client.image.tar.ManifestFile.class - [JAR]

com.cytomine.registry.client

├─ com.cytomine.registry.client.RegistryClient.class - [JAR]

com.cytomine.registry.client.manager

├─ com.cytomine.registry.client.manager.FileManager.class - [JAR]

├─ com.cytomine.registry.client.manager.RegistryManager.class - [JAR]