-
- All Implemented Interfaces:
public class ZipGenerator.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerSTATUS_PAUSEDprivate final IntegerSTATUS_ACTIVEprivate final IntegerSTATUS_CLOSEDpublic final static ZipGenerator.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final UnitdownloadZip(Vertx vertx, RoutingContext context, String zipName, List<TempFile> files, Handler<Boolean> handler)final IntegergetSTATUS_PAUSED()PAUSED state. final IntegergetSTATUS_ACTIVE()ACTIVE state. final IntegergetSTATUS_CLOSED()CLOSED state. -
-
Method Detail
-
downloadZip
final Unit downloadZip(Vertx vertx, RoutingContext context, String zipName, List<TempFile> files, Handler<Boolean> handler)
-
getSTATUS_PAUSED
final Integer getSTATUS_PAUSED()
PAUSED state.
-
getSTATUS_ACTIVE
final Integer getSTATUS_ACTIVE()
ACTIVE state.
-
getSTATUS_CLOSED
final Integer getSTATUS_CLOSED()
CLOSED state.
-
-
-
-