Uses of Interface
io.antmedia.servlet.IChunkedCacheManager
Packages that use IChunkedCacheManager
-
Uses of IChunkedCacheManager in io.antmedia.cluster
Methods in io.antmedia.cluster with parameters of type IChunkedCacheManagerModifier and TypeMethodDescriptionvoidIHttpLiveStreamValve.downloadRequestedFileFromUrl(String url, AppSettings appSettings, String hostName, io.vertx.core.Vertx vertx, IChunkedCacheManager iChunkedCacheManager, String jwtSecretKey) -
Uses of IChunkedCacheManager in io.antmedia.servlet
Classes in io.antmedia.servlet that implement IChunkedCacheManagerMethods in io.antmedia.servlet with parameters of type IChunkedCacheManagerModifier and TypeMethodDescriptionvoidChunkedTransferServlet.readInputStream(File finalFile, File tmpFile, IChunkedCacheManager cacheManager, IParser atomparser, jakarta.servlet.AsyncContext asyncContext, InputStream inputStream, ChunkedTransferServlet.StatusListener statusListener) voidChunkedTransferServlet.writeChunks(File file, IChunkedCacheManager cacheManager, jakarta.servlet.AsyncContext asyncContext, ChunkedTransferServlet.ChunkListener chunkListener, String mimeType)