Uses of Class
io.antmedia.storage.StorageClient
Packages that use StorageClient
Package
Description
-
Uses of StorageClient in io.antmedia
Fields in io.antmedia declared as StorageClientModifier and TypeFieldDescriptionprotected StorageClientAntMediaApplicationAdapter.storageClientMethods in io.antmedia that return StorageClientMethods in io.antmedia with parameters of type StorageClientModifier and TypeMethodDescriptionvoidAntMediaApplicationAdapter.setStorageClient(StorageClient storageClient) -
Uses of StorageClient in io.antmedia.muxer
Fields in io.antmedia.muxer declared as StorageClientModifier and TypeFieldDescriptionprotected StorageClientHLSMuxer.storageClientprotected StorageClientMuxAdaptor.storageClientprotected StorageClientRecordMuxer.storageClientMethods in io.antmedia.muxer that return StorageClientMethods in io.antmedia.muxer with parameters of type StorageClientModifier and TypeMethodDescriptionprivate static booleanRecordMuxer.doesFileExistInS3(StorageClient storageClient, String name) static voidRecordMuxer.saveToStorage(String prefix, File fileToUpload, String fileName, StorageClient storageClient) static voidRecordMuxer.saveToStorage(String prefix, File fileToUpload, String fileName, StorageClient storageClient, boolean deleteLocalFile) voidMuxAdaptor.setStorageClient(StorageClient storageClient) Constructors in io.antmedia.muxer with parameters of type StorageClientModifierConstructorDescriptionHLSMuxer(io.vertx.core.Vertx vertx, StorageClient storageClient, String s3StreamsFolderPath, int uploadExtensionsToS3, String httpEndpoint, boolean addDateTimeToResourceName) Mp4Muxer(StorageClient storageClient, io.vertx.core.Vertx vertx, String s3FolderPath) protectedRecordMuxer(StorageClient storageClient, io.vertx.core.Vertx vertx, String s3FolderPath) WebMMuxer(StorageClient storageClient, io.vertx.core.Vertx vertx, String s3FolderPath) -
Uses of StorageClient in io.antmedia.rest
Methods in io.antmedia.rest with parameters of type StorageClientModifier and TypeMethodDescriptionvoidBroadcastRestService.uploadToS3(boolean deleteHLSFiles, String fileNameWithoutExtension, String outputPath, AppSettings appSettings, StorageClient storageClient) -
Uses of StorageClient in io.antmedia.servlet
Methods in io.antmedia.servlet that return StorageClientModifier and TypeMethodDescriptionUploadHLSChunk.getStorageClient(jakarta.servlet.http.HttpServletRequest req) Methods in io.antmedia.servlet with parameters of type StorageClientModifier and TypeMethodDescriptionbooleanUploadHLSChunk.handlePostRequest(StorageClient storageClient, ConfigurableWebApplicationContext ctx, jakarta.servlet.http.HttpServletRequest request) voidUploadHLSChunk.uploadHLSChunk(StorageClient storageClient, AppSettings appSettings, InputStream inputStream, jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp) -
Uses of StorageClient in io.antmedia.storage
Subclasses of StorageClient in io.antmedia.storage