public class DownloadRequestProcessor extends Object
DownloadRequestProcessor is a default implementation for HTTP GET download requests.| Modifier and Type | Field and Description |
|---|---|
protected ServerRepository |
serverRepository |
| Constructor and Description |
|---|
DownloadRequestProcessor() |
| Modifier and Type | Method and Description |
|---|---|
ManagedArtifact |
getArtifact(String pathInfo)
Returns the managed artifact requested in the HTTP call.
|
protected ServerRepository serverRepository
public ManagedArtifact getArtifact(String pathInfo)
pathInfo - the path inferred from the GET HTTP URL.Copyright © 2016 PayPal Open Source. All rights reserved.