18 OF_ASSUME_NONNULL_BEGIN
33 @property OF_NULLABLE_PROPERTY (readwrite, copy, nonatomic)
OFString *
scheme;
41 @property OF_NULLABLE_PROPERTY (readwrite, copy, nonatomic)
47 @property OF_NULLABLE_PROPERTY (readwrite, copy, nonatomic)
OFString *host;
55 @property OF_NULLABLE_PROPERTY (readwrite, copy, nonatomic)
61 @property OF_NULLABLE_PROPERTY (readwrite, copy, nonatomic)
OFNumber *port;
66 @property OF_NULLABLE_PROPERTY (readwrite, copy, nonatomic)
OFString *user;
74 @property OF_NULLABLE_PROPERTY (readwrite, copy, nonatomic)
80 @property OF_NULLABLE_PROPERTY (readwrite, copy, nonatomic)
OFString *password;
88 @property OF_NULLABLE_PROPERTY (readwrite, copy, nonatomic)
94 @property OF_NULLABLE_PROPERTY (readwrite, copy, nonatomic)
OFString *path;
102 @property OF_NULLABLE_PROPERTY (readwrite, copy, nonatomic)
110 @property OF_NULLABLE_PROPERTY (readwrite, copy, nonatomic)
116 @property OF_NULLABLE_PROPERTY (readwrite, copy, nonatomic)
OFString *query;
124 @property OF_NULLABLE_PROPERTY (readwrite, copy, nonatomic)
138 @property OF_NULLABLE_PROPERTY (readwrite, copy, nonatomic)
144 @property OF_NULLABLE_PROPERTY (readwrite, copy, nonatomic)
OFString *fragment;
152 @property OF_NULLABLE_PROPERTY (readwrite, copy, nonatomic)
167 - (
void)appendPathComponent: (
OFString *)component;
176 - (
void)appendPathComponent: (
OFString *)component
177 isDirectory: (
bool)isDirectory;
182 - (
void)standardizePath;
187 - (
void)makeImmutable;
190 OF_ASSUME_NONNULL_END
An abstract class for storing objects in an array.
Definition: OFArray.h:92
An abstract class for storing objects in a dictionary.
Definition: OFDictionary.h:58
A class for parsing URLs and accessing parts of it.
Definition: OFMutableURL.h:26
OFString * scheme
The scheme part of the URL.
Definition: OFMutableURL.h:33
Provides a way to store a number in an object.
Definition: OFNumber.h:49
A class for handling strings.
Definition: OFString.h:132
A class for parsing URLs and accessing parts of it.
Definition: OFURL.h:34