Uses of Class
org.swisspush.gateleen.core.resource.CopyTask
-
Packages that use CopyTask Package Description org.swisspush.gateleen.core.resource -
-
Uses of CopyTask in org.swisspush.gateleen.core.resource
Methods in org.swisspush.gateleen.core.resource with parameters of type CopyTask Modifier and Type Method Description protected voidCopyResourceHandler. performGETRequest(io.vertx.core.http.HttpServerRequest request, CopyTask task)Performs the initial GET request to the source.protected voidCopyResourceHandler. performPUTRequest(io.vertx.core.http.HttpServerRequest request, io.vertx.core.http.HttpClientResponse getResponse, CopyTask task)Performs the PUT request to the target.protected booleanCopyResourceHandler. validTask(io.vertx.core.http.HttpServerRequest request, CopyTask task)Checks if the copy task is valid (simple resource, not a collection).
-