Uses of Class
org.swisspush.gateleen.core.util.ResourceCollectionException
-
Packages that use ResourceCollectionException Package Description org.swisspush.gateleen.core.util -
-
Uses of ResourceCollectionException in org.swisspush.gateleen.core.util
Methods in org.swisspush.gateleen.core.util that throw ResourceCollectionException Modifier and Type Method Description static List<String>ExpansionDeltaUtil. extractCollectionResourceNames(io.vertx.core.json.JsonArray collectionArray)Extracts the collection resource names from the givenJsonArraystatic ExpansionDeltaUtil.CollectionResourceContainerExpansionDeltaUtil. verifyCollectionResponse(io.vertx.core.http.HttpServerRequest request, io.vertx.core.buffer.Buffer data, Set<String> originalParams)Verifies the result of the collection request.static ExpansionDeltaUtil.CollectionResourceContainerExpansionDeltaUtil. verifyCollectionResponse(String targetPath, io.vertx.core.buffer.Buffer data, Set<String> originalParams)Verifies the result of the collection request.
-