blobstore.url
Members list
Type members
Classlikes
An authority as defined by RFC3986. Can point to any valid host on a computer network. Characterized by supporting userinfo, port as well as IP addresses in addition to normal hostnames.
An authority as defined by RFC3986. Can point to any valid host on a computer network. Characterized by supporting userinfo, port as well as IP addresses in addition to normal hostnames.
Value parameters
- host
-
A valid host. This is either a domain name, or an IPv4 or IPv6 address
- port
-
Optional port component
- userInfo
-
Optional userinfo component holding username and optionally password
Attributes
- See also
-
https://www.ietf.org/rfc/rfc3986.txt chapter 3.2 Authority
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object FsObject
A Host is any device or computer on a computer network. It can be an IP address or any string that can appear in a A, AAAA or CNAME DNS record.
A Host is any device or computer on a computer network. It can be an IP address or any string that can appear in a A, AAAA or CNAME DNS record.
Attributes
- See also
-
https://www.ietf.org/rfc/rfc1123.txt 2.1 "Host names and numbers"
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class Hostnameclass IpV4Address
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
IpV4Address.type
The path segment of a URI. It is parameterized on the type representing the path. This can be a plain String, or a storage provider specific type.
The path segment of a URI. It is parameterized on the type representing the path. This can be a plain String, or a storage provider specific type.
Examples of storage provider types would be software.amazon.awssdk.services.s3.internal.resource.S3ObjectResource
for S3, com.google.storage.Blob for GCS, etc.
Attributes
- See also
-
https://www.ietf.org/rfc/rfc3986.txt chapter 3.3, Path
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class AbsolutePath[A]class RootlessPath[A]
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all