Class FileUpload

java.lang.Object
com.mojang.realmsclient.client.FileUpload
All Implemented Interfaces:
AutoCloseable

public class FileUpload extends Object implements AutoCloseable
  • Field Details

    • LOGGER

      private static final org.slf4j.Logger LOGGER
    • MAX_RETRIES

      private static final int MAX_RETRIES
      See Also:
    • UPLOAD_PATH

      private static final String UPLOAD_PATH
      See Also:
    • file

      private final File file
    • realmId

      private final long realmId
    • slotId

      private final int slotId
    • uploadInfo

      private final UploadInfo uploadInfo
    • sessionId

      private final String sessionId
    • username

      private final String username
    • clientVersion

      private final String clientVersion
    • worldVersion

      private final String worldVersion
    • uploadStatus

      private final UploadStatus uploadStatus
    • client

      private final HttpClient client
  • Constructor Details

  • Method Details