public class URLBuilderKt
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_PORT
Select default port value from protocol.
|
Modifier and Type | Method and Description |
---|---|
static URLBuilder |
clone(URLBuilder $receiver)
Create a copy of this builder. Modifications in a copy is not reflected in the original instance and vise-versa.
|
public static URLBuilder clone(URLBuilder $receiver)
Create a copy of this builder. Modifications in a copy is not reflected in the original instance and vise-versa.