public final class URLParser extends Object
BlobURLParts
to modify the components of the URL.Constructor and Description |
---|
URLParser() |
Modifier and Type | Method and Description |
---|---|
static BlobURLParts |
parse(URL url)
URLParser parses a URL initializing BlobURLParts' fields including any SAS-related and snapshot query parameters.
|
public static BlobURLParts parse(URL url) throws UnknownHostException
url
- The URL
to be parsed.BlobURLParts
object containing all the components of a BlobURL.UnknownHostException
- If the url contains an improperly formatted ipaddress or unknown host address.Copyright © 2019 Microsoft Corporation. All rights reserved.