public class ZipExtractHandler
extends java.lang.Object
GET /gateleen/zips/111111.zip/this/is/my/resource
| Constructor and Description |
|---|
ZipExtractHandler(io.vertx.core.http.HttpClient selfClient)
Creates a new instance of the ZipExtractHandler.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
handle(io.vertx.core.http.HttpServerRequest req)
If we have a zip resource with a given path,
we will handle the request, otherwise not.
|
protected void |
performGETRequest(io.vertx.core.http.HttpServerRequest req,
java.lang.String zipUrl,
java.lang.String insidePath)
Performs the initial GET request of the zip resource.
|
public ZipExtractHandler(io.vertx.core.http.HttpClient selfClient)
selfClient - public boolean handle(io.vertx.core.http.HttpServerRequest req)
req - protected void performGETRequest(io.vertx.core.http.HttpServerRequest req,
java.lang.String zipUrl,
java.lang.String insidePath)
req - zipUrl - insidePath -