Interface ZipArchiveEntryRequestSupplier
- 
public interface ZipArchiveEntryRequestSupplierSuppliesZipArchiveEntryRequest. Implementations are required to support thread-handover. While an instance will not be accessed concurrently by multiple threads, it will be called by a different thread than it was created on.- Since:
 - 1.13
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ZipArchiveEntryRequestget()Supply aZipArchiveEntryRequestto be added to a parallel archive. 
 - 
 
- 
- 
Method Detail
- 
get
ZipArchiveEntryRequest get()
Supply aZipArchiveEntryRequestto be added to a parallel archive.- Returns:
 - The 
ZipArchiveEntryRequestinstance. Should never be null. 
 
 - 
 
 -