@Path(value="shub/{id}")
public class StorageHubResolver
extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
STORAGE_HUB_ID |
| Constructor and Description |
|---|
StorageHubResolver() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
download(javax.servlet.http.HttpServletRequest req)
Download.
|
javax.ws.rs.core.Response |
getMetadata(javax.servlet.http.HttpServletRequest req)
Gets the metadata.
|
public static final String STORAGE_HUB_ID
@HEAD
@Path(value="")
public javax.ws.rs.core.Response getMetadata(@Context
javax.servlet.http.HttpServletRequest req)
req - the req@GET
@Path(value="")
public javax.ws.rs.core.Response download(@Context
javax.servlet.http.HttpServletRequest req)
req - the reqCopyright © 2019. All Rights Reserved.