public interface UrlProcessor
| Modifier and Type | Interface and Description |
|---|---|
static interface |
UrlProcessor.Result |
| Modifier and Type | Method and Description |
|---|---|
UrlProcessor.Result |
process(String url)
Returns the result of processing the given URL,
null if processing is not possible or failed. |
UrlProcessor.Result process(String url)
null if processing is not possible or failed.url - The URL to processUrlProcessor.Result of processing, null if processing is not possible or failed.Copyright © 2010 - 2020 Adobe. All Rights Reserved