toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.io.net
/
URL
URL
data
class
URL
Members
Types
Companion
Link copied to clipboard
object
Companion
Properties
default
Port
Link copied to clipboard
val
defaultPort
:
Int
default
Scheme
Port
Link copied to clipboard
val
defaultSchemePort
:
Int
fragment
Link copied to clipboard
val
fragment
:
String
?
full
Url
Link copied to clipboard
val
fullUrl
:
String
full
Url
Without
Scheme
Link copied to clipboard
val
fullUrlWithoutScheme
:
String
host
Link copied to clipboard
val
host
:
String
?
is
Absolute
Link copied to clipboard
val
isAbsolute
:
Boolean
is
Hierarchical
Link copied to clipboard
val
isHierarchical
:
Boolean
is
Opaque
Link copied to clipboard
val
isOpaque
:
Boolean
is
Secure
Scheme
Link copied to clipboard
val
isSecureScheme
:
Boolean
password
Link copied to clipboard
val
password
:
String
?
path
Link copied to clipboard
val
path
:
String
path
With
Query
Link copied to clipboard
val
pathWithQuery
:
String
port
Link copied to clipboard
val
port
:
Int
query
Link copied to clipboard
val
query
:
String
?
scheme
Link copied to clipboard
val
scheme
:
String
?
user
Link copied to clipboard
val
user
:
String
?
user
Info
Link copied to clipboard
val
userInfo
:
String
?
Functions
resolve
Link copied to clipboard
fun
resolve
(
path
:
URL
)
:
URL
to
Component
String
Link copied to clipboard
fun
toComponentString
(
)
:
String
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
to
Url
String
Link copied to clipboard
fun
toUrlString
(
includeScheme
:
Boolean
=
true
,
out
:
StringBuilder
=
StringBuilder()
)
:
StringBuilder