Interface DownloadService


  • @Path("/internal/download")
    @Produces("application/octet-stream")
    public interface DownloadService
    • Method Detail

      • download

        @GET
        @Path("{downloadkey}")
        javax.ws.rs.core.Response download​(@PathParam("downloadkey")
                                           java.lang.String downloadKey)